diff options
Diffstat (limited to 'net/nagios-plugins/scripts/configure')
-rw-r--r-- | net/nagios-plugins/scripts/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/nagios-plugins/scripts/configure b/net/nagios-plugins/scripts/configure index f755fd34ec53..00bc6d2674b4 100644 --- a/net/nagios-plugins/scripts/configure +++ b/net/nagios-plugins/scripts/configure @@ -97,7 +97,7 @@ while [ "$1" ]; do SUB_PGSQL="" ;; \"OpenLDAP\") - echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20" + echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20-client" echo "CONFIGURE_ARGS+= --enable-ldap" SUB_LDAP="" ;; |