aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-11 23:19:22 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-11 23:19:22 +0000
commitcb2b8198a06b00278e3e432a8cfac9174638eca8 (patch)
tree8c8d043a7a07f8b78e099e38c1c091fffee8b9ae /net-mgmt
parentd24923913d424c4e10f239e4a27915d61b4ec656 (diff)
downloadports-cb2b8198a06b00278e3e432a8cfac9174638eca8.tar.gz
ports-cb2b8198a06b00278e3e432a8cfac9174638eca8.zip
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/netsaint-plugins/scripts/configure6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/netsaint-plugins/scripts/configure b/net-mgmt/netsaint-plugins/scripts/configure
index a58e799c2c38..bee638c827ac 100644
--- a/net-mgmt/netsaint-plugins/scripts/configure
+++ b/net-mgmt/netsaint-plugins/scripts/configure
@@ -65,8 +65,8 @@ while [ "$1" ]; do
SUB_FPING=""
;;
\"NetSNMP\")
- echo "BUILD_DEPENDS+= snmpcheck:\${PORTSDIR}/net/net-snmp"
- echo "RUN_DEPENDS+= snmpcheck:\${PORTSDIR}/net/net-snmp"
+ echo "BUILD_DEPENDS+= snmpcheck:\${PORTSDIR}/net-mgmt/net-snmp"
+ echo "RUN_DEPENDS+= snmpcheck:\${PORTSDIR}/net-mgmt/net-snmp"
echo "CONFIGURE_ARGS+= --enable-snmp"
SUB_SNMP=""
;;
@@ -87,7 +87,7 @@ while [ "$1" ]; do
SUB_PGSQL=""
;;
\"OpenLDAP\")
- echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20-client"
+ echo "LIB_DEPENDS+= ldap:\${PORTSDIR}/net/openldap22-client"
echo "CONFIGURE_ARGS+= --enable-ldap"
SUB_LDAP=""
;;