diff options
Diffstat (limited to 'security/subversion-kwallet/Makefile')
-rw-r--r-- | security/subversion-kwallet/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
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 |