aboutsummaryrefslogtreecommitdiff
path: root/lang/php5
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
committerAde Lovett <ade@FreeBSD.org>2004-06-04 17:29:38 +0000
commit1a628ded35ecbbc5eeb75598dd844d830aca8cb2 (patch)
tree128ce8505dc266bea10a8cf389f38de197424aed /lang/php5
parent639a61155c89af6b9b01d796a82cbd2ad643a299 (diff)
downloadports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.tar.gz
ports-1a628ded35ecbbc5eeb75598dd844d830aca8cb2.zip
Sync with new bsd.autotools.mk
Notes
Notes: svn path=/head/; revision=110841
Diffstat (limited to 'lang/php5')
-rw-r--r--lang/php5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile
index 5c49df49fca5..d578c1f1a3c8 100644
--- a/lang/php5/Makefile
+++ b/lang/php5/Makefile
@@ -349,7 +349,7 @@ CONFIGURE_ARGS+=--with-mcve=${LOCALBASE}
.if defined(WITH_MCRYPT)
LIB_DEPENDS+= mcrypt.8:${PORTSDIR}/security/libmcrypt
-LIB_DEPENDS+= ltdl.4:${PORTSDIR}/devel/libltdl
+USE_LIBLTDL= yes
CONFIGURE_ARGS+=--with-mcrypt=${LOCALBASE}
.endif