aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_php5
diff options
context:
space:
mode:
authordirk <dirk@FreeBSD.org>2001-01-29 18:31:39 +0800
committerdirk <dirk@FreeBSD.org>2001-01-29 18:31:39 +0800
commit28f5cca291189c06787fd4ff3e1ea75cc91e6bda (patch)
tree2ff32e45de2032d687ca25066d049d318e98fb9d /www/mod_php5
parentd213fc6ebc197be20bd5b925ab850319a150dc2a (diff)
downloadfreebsd-ports-gnome-28f5cca291189c06787fd4ff3e1ea75cc91e6bda.tar.gz
freebsd-ports-gnome-28f5cca291189c06787fd4ff3e1ea75cc91e6bda.tar.zst
freebsd-ports-gnome-28f5cca291189c06787fd4ff3e1ea75cc91e6bda.zip
ucd-snmp is named net-snmp, now.
Diffstat (limited to 'www/mod_php5')
-rw-r--r--www/mod_php5/scripts/configure.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_php5/scripts/configure.php b/www/mod_php5/scripts/configure.php
index 1ba51a13fd18..3cb42aa20a43 100644
--- a/www/mod_php5/scripts/configure.php
+++ b/www/mod_php5/scripts/configure.php
@@ -140,7 +140,7 @@ while [ "$1" ]; do
echo "SNMP is DISABLED for now. Ignoring." > /dev/stderr
;;
\"nothing\")
- 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\")