diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-29 10:31:39 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 2001-01-29 10:31:39 +0000 |
commit | ac03dbfe8488db9459e292d1487385bc3d0385ea (patch) | |
tree | 3de5ccdcae22d54e0806cfaa5026398ccf1047aa /www | |
parent | b85bc984439111d5a309f7b3738a6caf631b167b (diff) | |
download | freebsd-ports-ac03dbfe8488db9459e292d1487385bc3d0385ea.zip |
ucd-snmp is named net-snmp, now.
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 | ||||
-rw-r--r-- | www/mod_php5/scripts/configure.php | 2 |
3 files changed, 3 insertions, 3 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\") diff --git a/www/mod_php4/scripts/configure.php b/www/mod_php4/scripts/configure.php index 1ba51a13fd18..3cb42aa20a43 100644 --- a/www/mod_php4/scripts/configure.php +++ b/www/mod_php4/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\") 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\") |