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/mod_php4 | |
parent | b85bc984439111d5a309f7b3738a6caf631b167b (diff) | |
download | ports-ac03dbfe8488db9459e292d1487385bc3d0385ea.tar.gz ports-ac03dbfe8488db9459e292d1487385bc3d0385ea.zip |
Notes
Diffstat (limited to 'www/mod_php4')
-rw-r--r-- | www/mod_php4/scripts/configure.php | 2 |
1 files changed, 1 insertions, 1 deletions
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\") |