summaryrefslogtreecommitdiff
path: root/www/mod_php3/scripts/configure.php
diff options
context:
space:
mode:
Diffstat (limited to 'www/mod_php3/scripts/configure.php')
-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 5cf19d49b45c..98e9bdbbbb40 100644
--- a/www/mod_php3/scripts/configure.php
+++ b/www/mod_php3/scripts/configure.php
@@ -113,7 +113,7 @@ while [ "$1" ]; do
echo "PHP_CONF_ARGS+= --with-ldap=\${PREFIX}"
;;
\"SNMP\")
- echo "LIB_DEPENDS+= snmp.3:\${PORTSDIR}/net/ucd-snmp"
+ echo "LIB_DEPENDS+= snmp.4:\${PORTSDIR}/net/ucd-snmp"
echo "PHP_CONF_ARGS+= --with-snmp=\${PREFIX} --enable-ucd-snmp-hack"
;;
\"XML\")