aboutsummaryrefslogtreecommitdiff
path: root/lang/php56
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:38:15 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-09-17 07:38:15 +0000
commit15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch)
tree320f49e86d38a480aace5bd0e27c34d6c8f75c2c /lang/php56
parenta9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff)
Notes
Diffstat (limited to 'lang/php56')
-rw-r--r--lang/php56/Makefile.ext5
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext
index 24b03b8e0c55..a6e6175b19a3 100644
--- a/lang/php56/Makefile.ext
+++ b/lang/php56/Makefile.ext
@@ -178,11 +178,10 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls
.endif
.if ${PHP_MODNAME} == "mcrypt"
-LIB_DEPENDS+= libmcrypt.so:${PORTSDIR}/security/libmcrypt
+LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \
+ libmcrypt.so:${PORTSDIR}/security/libmcrypt
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
-
-USE_AUTOTOOLS= libltdl
.endif
.if ${PHP_MODNAME} == "mssql"