diff options
author | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-01 11:56:15 +0000 |
---|---|---|
committer | Oliver Eikemeier <eik@FreeBSD.org> | 2004-05-01 11:56:15 +0000 |
commit | f417eb249888cb2a43e1f2b5d5d0786cac0f4968 (patch) | |
tree | 50c1051d1dfe22d5105600e6e24d8eea69d276d0 /net-mgmt/nagios-plugins | |
parent | enable the use of csh-style {...} choices in glob patterns, e.g. (diff) |
use USE_OPENLDAP.
Submitted by: Blaz Zupan <blaz@si.FreeBSD.org> (maintainer)
Diffstat (limited to 'net-mgmt/nagios-plugins')
-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 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="" ;; *) |