diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /lang/php53/Makefile.ext | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) | |
download | ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.zip |
Notes
Diffstat (limited to 'lang/php53/Makefile.ext')
-rw-r--r-- | lang/php53/Makefile.ext | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/php53/Makefile.ext b/lang/php53/Makefile.ext index 15f843194811..cf9a18ebd2a9 100644 --- a/lang/php53/Makefile.ext +++ b/lang/php53/Makefile.ext @@ -174,11 +174,10 @@ PHP_HEADER_DIRS=libmbfl libmbfl/filters libmbfl/mbfl libmbfl/nls .endif .if ${PHP_MODNAME} == "mcrypt" -LIB_DEPENDS+= libmcrypt.so.8:${PORTSDIR}/security/libmcrypt +LIB_DEPENDS+= libltdl.so:${PORTSDIR}/devel/libltdl \ + libmcrypt.so.8:${PORTSDIR}/security/libmcrypt CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE} - -USE_AUTOTOOLS= libltdl .endif .if ${PHP_MODNAME} == "mssql" |