diff options
author | eik <eik@FreeBSD.org> | 2004-05-01 11:56:15 +0000 |
---|---|---|
committer | eik <eik@FreeBSD.org> | 2004-05-01 11:56:15 +0000 |
commit | 8abb12e610a306e03cd572334d373f225799c60f (patch) | |
tree | 31cf6d7690d0321db5eef37269c3b26cdee6f503 /net-mgmt | |
parent | f650d590940be8cb95c33b84d118d7ee4ce18feb (diff) | |
download | FreeBSD-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/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/nagios-plugins/scripts/configure | 4 |
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="" ;; *) |