aboutsummaryrefslogtreecommitdiff
path: root/lang/php4
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/php4
parent639a61155c89af6b9b01d796a82cbd2ad643a299 (diff)
Notes
Diffstat (limited to 'lang/php4')
-rw-r--r--lang/php4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/php4/Makefile b/lang/php4/Makefile
index 38be225f0cd0..f8e98eac959e 100644
--- a/lang/php4/Makefile
+++ b/lang/php4/Makefile
@@ -370,7 +370,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