aboutsummaryrefslogtreecommitdiff
path: root/security/subversion-gnome-keyring
diff options
context:
space:
mode:
authorLev A. Serebryakov <lev@FreeBSD.org>2015-10-15 10:43:15 +0000
committerLev A. Serebryakov <lev@FreeBSD.org>2015-10-15 10:43:15 +0000
commit3535651a1bb09e4115fb7f28811db6bcd8baff7a (patch)
treeadce6bffd291ee5978cad30b7d14365997de2b06 /security/subversion-gnome-keyring
parent8839ec2c75f833f1fbd564d0896e8d998c546668 (diff)
downloadports-3535651a1bb09e4115fb7f28811db6bcd8baff7a.tar.gz
ports-3535651a1bb09e4115fb7f28811db6bcd8baff7a.zip
Notes
Diffstat (limited to 'security/subversion-gnome-keyring')
-rw-r--r--security/subversion-gnome-keyring/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/subversion-gnome-keyring/Makefile b/security/subversion-gnome-keyring/Makefile
index 8cd181830505..c3b24b1b9f50 100644
--- a/security/subversion-gnome-keyring/Makefile
+++ b/security/subversion-gnome-keyring/Makefile
@@ -7,7 +7,17 @@ CATEGORIES= security gnome
MAINTAINER= lev@FreeBSD.org
COMMENT= Gnome KWyring integration for Version control system
+.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 16
+BROKEN= does not build with subversion16
+MASTERDIR= ${.CURDIR}/../../devel/subversion16
+.elif defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 17
+BROKEN= does not build with subversion17
+MASTERDIR= ${.CURDIR}/../../devel/subversion17
+.elif defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18
+MASTERDIR= ${.CURDIR}/../../devel/subversion18
+.else
MASTERDIR= ${.CURDIR}/../../devel/subversion
+.endif
PKGDIR= ${.CURDIR}
SVN_BUILD_ADDONS= yes