diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-11 23:19:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-11 23:19:22 +0000 |
commit | cb2b8198a06b00278e3e432a8cfac9174638eca8 (patch) | |
tree | 8c8d043a7a07f8b78e099e38c1c091fffee8b9ae | |
parent | - Update to 5.24.0 (diff) |
- Update dangling dependencies on net-snmp and openldap-client
PR: ports/72121
Reported by: Igor <ik@yourserveradmin.com>
Notes
Notes:
svn path=/head/; revision=118669
-rw-r--r-- | net-mgmt/netsaint-plugins/scripts/configure | 6 |
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="" ;; |