diff options
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
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\") |