summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Pentchev <roam@FreeBSD.org>2001-01-09 09:40:22 +0000
committerPeter Pentchev <roam@FreeBSD.org>2001-01-09 09:40:22 +0000
commitf93219a574dd0150a637cce37c24b7096751ed46 (patch)
tree9e7e122793db43cc82f0f6c7d6ed80568a8176ba
parentd93bbf2e63ab0046776f16d1dc085dfc71667a08 (diff)
downloadfreebsd-ports-f93219a574dd0150a637cce37c24b7096751ed46.zip
Propery depend on libmcrypt.so.2
-rw-r--r--lang/php/scripts/configure.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/scripts/configure.php b/lang/php/scripts/configure.php
index 0f883157961b..19c965440383 100644
--- a/lang/php/scripts/configure.php
+++ b/lang/php/scripts/configure.php
@@ -1,5 +1,5 @@
#!/bin/sh
-# $FreeBSD: /tmp/pcvs/ports/lang/php/scripts/Attic/configure.php,v 1.1 2000-12-19 14:00:03 will Exp $
+# $FreeBSD: /tmp/pcvs/ports/lang/php/scripts/Attic/configure.php,v 1.2 2001-01-09 09:40:22 roam Exp $
if [ -f ${WRKDIRPREFIX}${CURDIR}/Makefile.inc ]; then
exit
@@ -76,7 +76,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\")