diff options
author | pav <pav@FreeBSD.org> | 2004-10-11 23:19:22 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-10-11 23:19:22 +0000 |
commit | 59c7c4871af2ba13af3d23ae34cc1012cd2b8c30 (patch) | |
tree | aec77bbe5b27086926c68893f3481fdef56f5487 /net-mgmt/netsaint-plugins | |
parent | 4535a16ff99c4825a738b0c976c1673365ec4c59 (diff) | |
download | FreeBSD-ports-59c7c4871af2ba13af3d23ae34cc1012cd2b8c30.zip FreeBSD-ports-59c7c4871af2ba13af3d23ae34cc1012cd2b8c30.tar.gz |
- Update dangling dependencies on net-snmp and openldap-client
PR: ports/72121
Reported by: Igor <ik@yourserveradmin.com>
Diffstat (limited to 'net-mgmt/netsaint-plugins')
-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 a58e799..bee638c 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="" ;; |