diff options
-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="" ;; |