aboutsummaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorOliver Eikemeier <eik@FreeBSD.org>2004-05-01 11:56:15 +0000
committerOliver Eikemeier <eik@FreeBSD.org>2004-05-01 11:56:15 +0000
commitf417eb249888cb2a43e1f2b5d5d0786cac0f4968 (patch)
tree50c1051d1dfe22d5105600e6e24d8eea69d276d0 /net-mgmt
parentf7a4c786aff96ef8a36f595540be8a8038fe918a (diff)
downloadports-f417eb249888cb2a43e1f2b5d5d0786cac0f4968.tar.gz
ports-f417eb249888cb2a43e1f2b5d5d0786cac0f4968.zip
Notes
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 07bbcbb3cbff..ce31211c73bc 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 b1cb0f239b85..17d3c798d47a 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=""
;;
*)