diff options
Diffstat (limited to 'security')
-rw-r--r-- | security/subversion-gnome-keyring/Makefile | 8 | ||||
-rw-r--r-- | security/subversion-kwallet/Makefile | 8 |
2 files changed, 2 insertions, 14 deletions
diff --git a/security/subversion-gnome-keyring/Makefile b/security/subversion-gnome-keyring/Makefile index eaedfbdb9ea3..571939bb1820 100644 --- a/security/subversion-gnome-keyring/Makefile +++ b/security/subversion-gnome-keyring/Makefile @@ -7,13 +7,7 @@ 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 +.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18 MASTERDIR= ${.CURDIR}/../../devel/subversion18 .else MASTERDIR= ${.CURDIR}/../../devel/subversion diff --git a/security/subversion-kwallet/Makefile b/security/subversion-kwallet/Makefile index f4d5a26a8152..6cd0a6cce81c 100644 --- a/security/subversion-kwallet/Makefile +++ b/security/subversion-kwallet/Makefile @@ -7,13 +7,7 @@ CATEGORIES= security kde MAINTAINER= lev@FreeBSD.org COMMENT= KDE KWallet 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 +.if defined(WITH_SUBVERSION_VER) && ${WITH_SUBVERSION_VER} == 18 PORTREVISION= 2 MASTERDIR= ${.CURDIR}/../../devel/subversion18 .else |