(1) Activate mod_dav_svn in "post-install" target, as it is not activated
by subversion itself. (2) Rename USE_SUBVERSION to WITH_SUBVERSION_VER.
This commit is contained in:
@@ -11,7 +11,7 @@ CATEGORIES= java
|
||||
MAINTAINER= lev@FreeBSD.org
|
||||
COMMENT= Java bindings for Version control system
|
||||
|
||||
.if defined(USE_SUBVERSION) && ${USE_SUBVERSION} == 16
|
||||
.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 16
|
||||
MASTERDIR= ${.CURDIR}/../../devel/subversion16
|
||||
.else
|
||||
MASTERDIR= ${.CURDIR}/../../devel/subversion
|
||||
|
||||
Reference in New Issue
Block a user