summaryrefslogtreecommitdiff
path: root/www/mod_php5/scripts/configure.php
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-03-10 13:06:31 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-03-10 13:06:31 +0000
commitfded15910a9ee3c46656b1477f0d1740d3dd551e (patch)
treee4db6856233ee0406c394a7d4687eabb06dc851e /www/mod_php5/scripts/configure.php
parentFix previous commit: LOCALBASE --> X11BASE. (diff)
Fix detection of libmcrypt (hopefully).
PR: ports/25353 Submitted by: Juraj Bednar <juraj@bednar.sk>
Diffstat (limited to 'www/mod_php5/scripts/configure.php')
-rw-r--r--www/mod_php5/scripts/configure.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 9547a2c94239..490b1e1c314f 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -74,9 +74,6 @@ while [ "$1" ]; do
ZLIB=1
;;
\"mcrypt\")
- echo "mcrypt support doesn't compile at the moment. Ignoring." > /dev/stderr
- ;;
- \"nothing\")
echo "LIB_DEPENDS+= mcrypt.5:\${PORTSDIR}/security/libmcrypt"
echo "CONFIGURE_ARGS+=--with-mcrypt=\${PREFIX}"
;;
@@ -146,6 +143,7 @@ while [ "$1" ]; do
echo "SNMP is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
+
echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp"
echo "CONFIGURE_ARGS+=--with-snmp=\${PREFIX} --enable-ucd-snmp-hack"
;;