summaryrefslogtreecommitdiff
path: root/lang/php55
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:17:19 +0000
committerMathieu Arnold <mat@FreeBSD.org>2016-04-25 16:17:19 +0000
commit4d32bbcef6444fe1625b9b0a62da9c7aceadd457 (patch)
tree6b3679b99a4f945bc127fb23b5a99279be3b083d /lang/php55
parentRemove bogus props. (diff)
Move USE_BDB support from bsd.databases.mk to its own file.
Also: - Deorbit WANT_BDB_VER, one can use USES=bdb:<ver> instead. - USE_BDB can't happen after bsd.port.pre.mk because it is a USES. PR: 208971 Submitted by: mat Exp-run by: antoine With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D5951
Notes
Notes: svn path=/head/; revision=414018
Diffstat (limited to 'lang/php55')
-rw-r--r--lang/php55/Makefile.ext4
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php55/Makefile.ext b/lang/php55/Makefile.ext
index c5f4435a7a6f..69a16f499b15 100644
--- a/lang/php55/Makefile.ext
+++ b/lang/php55/Makefile.ext
@@ -464,7 +464,7 @@ CONFIGURE_ARGS+=--enable-zip \
CONFIGURE_ARGS+=--with-zlib=/usr
.endif
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
.if ${PHP_MODNAME} == "dba"
. if empty(PORT_OPTIONS:MCDB)
@@ -499,6 +499,8 @@ CONFIGURE_ARGS+=--disable-flatfile
. endif
.endif
+.include <bsd.port.pre.mk>
+
.if ${PHP_MODNAME} == "gd"
. if ${PORT_OPTIONS:MT1LIB}
LIB_DEPENDS+= libt1.so:devel/t1lib