summaryrefslogtreecommitdiff
path: root/lang/php55
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-08-08 13:46:50 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-08-08 13:46:50 +0000
commitf037e396011534f1ed63b7b625f818aaba3b07b6 (patch)
tree509f9c56f6c9e206681219518e92866874b3ae54 /lang/php55
parentUpgrade to 1.8.4. (diff)
USE_BDB cleanup.
- USE_BDB=4x+ -> USES=bdb. - USE_BDB=yes -> USES=bdb. - USE_BDB=xx -> USES=bdb:xx. Other modernisations when I see them. PR: 209183 Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=419843
Diffstat (limited to 'lang/php55')
-rw-r--r--lang/php55/Makefile.ext2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext
index 8c7a1f9870be..b834be078ef6 100644
--- a/lang/php55/Makefile.ext
+++ b/lang/php55/Makefile.ext
@@ -461,7 +461,7 @@ CONFIGURE_ARGS+=--without-cdb
. if ${PORT_OPTIONS:MDB4}
CONFIGURE_ARGS+=--with-db4=${LOCALBASE}
-USE_BDB= 40+
+USES+= bdb
WITH_BDB_HIGHEST= yes
. endif
. if ${PORT_OPTIONS:MGDBM}