diff options
author | tijl <tijl@FreeBSD.org> | 2014-09-17 15:38:15 +0800 |
---|---|---|
committer | tijl <tijl@FreeBSD.org> | 2014-09-17 15:38:15 +0800 |
commit | c06f97c7c46a03f3f6bb887aee3534bece5267a1 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /lang/php56 | |
parent | 682bd0d0ee3984087ff6a9f3bf4b0552db04d013 (diff) | |
download | freebsd-ports-graphics-c06f97c7c46a03f3f6bb887aee3534bece5267a1.tar.gz freebsd-ports-graphics-c06f97c7c46a03f3f6bb887aee3534bece5267a1.tar.zst freebsd-ports-graphics-c06f97c7c46a03f3f6bb887aee3534bece5267a1.zip |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt)
Diffstat (limited to 'lang/php56')
-rw-r--r-- | lang/php56/Makefile.ext | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/php56/Makefile.ext b/lang/php56/Makefile.ext index 24b03b8e0c5..a6e6175b19a 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" |