From 51cbe65d4609ffb19351e1caf2f8be0def4fadc1 Mon Sep 17 00:00:00 2001 From: cube Date: Wed, 21 Apr 2004 21:09:31 +0000 Subject: Drop localized *_USE_LDAP definitions and consistently use USE_OPENLDAP instead. As announced on tech-pkg. Most notably affected are Postfix, sendmail, Samba and cyrus-saslauthd. Be sure to update your mk.conf accordingly. --- mail/pine/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mail/pine') diff --git a/mail/pine/Makefile b/mail/pine/Makefile index 57ece16083e..fa8895fef3e 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2004/03/26 02:27:44 wiz Exp $ +# $NetBSD: Makefile,v 1.85 2004/04/21 21:09:31 cube Exp $ DISTNAME= pine4.58 PKGNAME= pine-4.58 @@ -14,7 +14,7 @@ COMMENT= Program for Internet News and E-mail LICENSE= pine-license -BUILD_DEFS+= PINE_USE_LDAP +BUILD_DEFS+= USE_OPENLDAP USE_BUILDLINK2= YES USE_PKGINSTALL= YES @@ -36,7 +36,7 @@ BUILDNAME= neb BUILDFILE= neb .endif -.if defined(PINE_USE_LDAP) && (${PINE_USE_LDAP} == "YES") +.if defined(USE_OPENLDAP) && (${USE_OPENLDAP} == "YES") . include "../../databases/openldap/buildlink2.mk" LDAPCFLAGS= LDAPCFLAGS="-DENABLE_LDAP" LDAPLIBS= LDAPLIBS="-lldap -llber" -- cgit v1.2.3