From b8ab4fead23b80f2cceac47df4f5a69ad6ab96c3 Mon Sep 17 00:00:00 2001 From: Dirk Froemberg Date: Sun, 17 Sep 2000 11:18:16 +0000 Subject: Correct dependency for libmcrypt. Reported by: Marc G. Fournier --- www/mod_php4/scripts/configure.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/mod_php4/scripts/configure.php') diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index cc9ea640bf12..e68201fceb3e 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/scripts/configure.php @@ -71,7 +71,7 @@ while [ "$1" ]; do ZLIB=1 ;; \"mcrypt\") - echo "LIB_DEPENDS+= mcrypt-2.2.2:\${PORTSDIR}/security/libmcrypt" + echo "LIB_DEPENDS+= mcrypt.2:\${PORTSDIR}/security/libmcrypt" echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}" ;; \"mhash\") -- cgit v1.2.3