diff options
author | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-07-08 09:25:16 +0000 |
---|---|---|
committer | Lev A. Serebryakov <lev@FreeBSD.org> | 2008-07-08 09:25:16 +0000 |
commit | f2a96f40176f8c8ecc3ff737467a76b46448cea9 (patch) | |
tree | e8251d5bead13bbc41eab360cf2cffe0dc4e4e49 /devel/subversion/Makefile.common | |
parent | 62e1e21b6fd42c4f6a9e5ffc80fce772875a6fb6 (diff) | |
download | ports-f2a96f40176f8c8ecc3ff737467a76b46448cea9.tar.gz ports-f2a96f40176f8c8ecc3ff737467a76b46448cea9.zip |
Notes
Diffstat (limited to 'devel/subversion/Makefile.common')
-rw-r--r-- | devel/subversion/Makefile.common | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/devel/subversion/Makefile.common b/devel/subversion/Makefile.common index 8f1f53c36432..85d74367cd1c 100644 --- a/devel/subversion/Makefile.common +++ b/devel/subversion/Makefile.common @@ -6,7 +6,7 @@ PORTNAME= subversion PORTVERSION= 1.5.0 -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES+= devel MASTER_SITES= http://subversion.tigris.org/downloads/:main \ http://svnbook.red-bean.com/en/1.4/:book @@ -31,7 +31,8 @@ OPTIONS= CONFIGURE_ARGS+= --without-swig -.if defined(WITH_NEON) +# Default is "on" +.if !defined(WITHOUT_NEON) LIB_DEPENDS+= neon.28:${PORTSDIR}/www/neon28 CONFIGURE_ARGS+= --with-neon=${LOCALBASE} PLIST_SUB+= NEON="" @@ -57,7 +58,8 @@ CONFIGURE_ARGS+= --without-sasl PLIST_SUB+= SASL="@comment " .endif -.if defined(WITH_BDB) +# Default us "on" +.if !defined(WITHOUT_BDB) PLIST_SUB+= BDB="" .else CONFIGURE_ARGS+= --without-berkeley-db |