[Midnightbsd-cvs] mports [17483] trunk/lang/php5/Makefile.ext: switch to lib depends for ltdl
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Wed Sep 24 08:03:14 EDT 2014
Revision: 17483
http://svnweb.midnightbsd.org/mports/?rev=17483
Author: laffer1
Date: 2014-09-24 08:03:14 -0400 (Wed, 24 Sep 2014)
Log Message:
-----------
switch to lib depends for ltdl
Modified Paths:
--------------
trunk/lang/php5/Makefile.ext
Modified: trunk/lang/php5/Makefile.ext
===================================================================
--- trunk/lang/php5/Makefile.ext 2014-09-24 12:00:20 UTC (rev 17482)
+++ trunk/lang/php5/Makefile.ext 2014-09-24 12:03:14 UTC (rev 17483)
@@ -171,11 +171,10 @@
.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"
More information about the Midnightbsd-cvs
mailing list