diff options
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 2 |
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 |