summaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authoreik <eik@FreeBSD.org>2004-05-01 11:56:15 +0000
committereik <eik@FreeBSD.org>2004-05-01 11:56:15 +0000
commit8abb12e610a306e03cd572334d373f225799c60f (patch)
tree31cf6d7690d0321db5eef37269c3b26cdee6f503 /net-mgmt
parentf650d590940be8cb95c33b84d118d7ee4ce18feb (diff)
downloadFreeBSD-ports-8abb12e610a306e03cd572334d373f225799c60f.zip
FreeBSD-ports-8abb12e610a306e03cd572334d373f225799c60f.tar.gz
use USE_OPENLDAP.
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/nagios-plugins/Makefile4
-rw-r--r--net-mgmt/nagios-plugins/scripts/configure4
2 files changed, 4 insertions, 4 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile
index 07bbcbb..ce31211 100644
--- a/net-mgmt/nagios-plugins/Makefile
+++ b/net-mgmt/nagios-plugins/Makefile
@@ -7,9 +7,9 @@
PORTNAME= nagios-plugins
PORTVERSION= 1.3.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-mgmt
-MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= nagiosplug
MAINTAINER= blaz@si.FreeBSD.org
diff --git a/net-mgmt/nagios-plugins/scripts/configure b/net-mgmt/nagios-plugins/scripts/configure
index b1cb0f2..17d3c79 100644
--- a/net-mgmt/nagios-plugins/scripts/configure
+++ b/net-mgmt/nagios-plugins/scripts/configure
@@ -106,8 +106,8 @@ while [ "$1" ]; do
SUB_PGSQL=""
;;
OpenLDAP)
- echo "LIB_DEPENDS+= ldap.2:\${PORTSDIR}/net/openldap20-client"
- echo "CONFIGURE_ARGS+= --enable-ldap"
+ echo "USE_OPENLDAP= yes"
+ echo "CONFIGURE_ARGS+= --enable-ldap"
SUB_LDAP=""
;;
*)
OpenPOWER on IntegriCloud