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 66a3aee9dca6..f0627b4cce9b 100644 --- a/net/nagios-plugins/scripts/configure +++ b/net/nagios-plugins/scripts/configure @@ -89,7 +89,7 @@ while [ "$1" ]; do SUB_PGSQL="" ;; \"OpenLDAP\") - echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap2" + echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20" echo "CONFIGURE_ARGS+= --enable-ldap" SUB_LDAP="" ;; |