summaryrefslogtreecommitdiff
path: root/www/mod_php3
diff options
context:
space:
mode:
authorDirk Froemberg <dirk@FreeBSD.org>2001-01-29 10:31:39 +0000
committerDirk Froemberg <dirk@FreeBSD.org>2001-01-29 10:31:39 +0000
commitac03dbfe8488db9459e292d1487385bc3d0385ea (patch)
tree3de5ccdcae22d54e0806cfaa5026398ccf1047aa /www/mod_php3
parentUpdate to 0.20. (diff)
ucd-snmp is named net-snmp, now.
Notes
Notes: svn path=/head/; revision=37724
Diffstat (limited to 'www/mod_php3')
-rw-r--r--www/mod_php3/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php3/scripts/configure.php b/www/mod_php3/scripts/configure.php
index 3171c5b4f952..8f895b9a40b6 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -133,7 +133,7 @@ while [ "$1" ]; do
fi
;;
\"SNMP\")
- echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/ucd-snmp"
+ echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/net-snmp"
echo "CONFIGURE_ARGS+=--with-snmp=\${PREFIX} --enable-ucd-snmp-hack"
;;
\"XML\")