summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorJun Kuriyama <kuriyama@FreeBSD.org>2003-08-15 00:49:31 +0000
committerJun Kuriyama <kuriyama@FreeBSD.org>2003-08-15 00:49:31 +0000
commitb67a28791a0371d8bde0cfa4e774b3aac5411530 (patch)
tree9d173fd418f58fc2aa9356116feba4ad6291ee51 /net-mgmt
parentQuick fix for INDEX build breakage by openldap2[012] split. (diff)
Fix non-default dependency on openldap2[012] which is broken by splitting.
# I'm not bumped port revision of them because this should not affect # packages built on bento...
Notes
Notes: svn path=/head/; revision=86964
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-plugins/scripts/configure2
-rw-r--r--net-mgmt/netsaint-plugins/scripts/configure2
2 files changed, 2 insertions, 2 deletions
diff --git a/net-mgmt/nagios-plugins/scripts/configure b/net-mgmt/nagios-plugins/scripts/configure
index f755fd34ec53..00bc6d2674b4 100644
--- a/net-mgmt/nagios-plugins/scripts/configure
+++ b/net-mgmt/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=""
;;
diff --git a/net-mgmt/netsaint-plugins/scripts/configure b/net-mgmt/netsaint-plugins/scripts/configure
index c87ea1adc9f5..a58e799c2c38 100644
--- a/net-mgmt/netsaint-plugins/scripts/configure
+++ b/net-mgmt/netsaint-plugins/scripts/configure
@@ -87,7 +87,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=""
;;