From 576e23d592a3847ec28ceba7795a062cef0b3007 Mon Sep 17 00:00:00 2001 From: kleink Date: Fri, 26 Oct 2001 15:17:38 +0000 Subject: As discussed with Hubert, replace OpenLDAP dependency with buildlink'ing. --- 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 46546d5d08b..a8698748873 100644 --- a/mail/pine/Makefile +++ b/mail/pine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2001/10/19 10:56:54 abs Exp $ +# $NetBSD: Makefile,v 1.52 2001/10/26 15:17:38 kleink Exp $ # FreeBSD Id: Makefile,v 1.21 1997/03/26 02:12:07 ache Exp # @@ -23,8 +23,8 @@ DEPENDS+= imap-uw>=2001.0:../../mail/imap-uw .include "../../mk/bsd.prefs.mk" .if defined(PINE_USE_LDAP) && ${PINE_USE_LDAP} == YES -DEPENDS+= openldap-[0-9]*:../../databases/openldap -LDAPCFLAGS= LDAPCFLAGS="-DENABLE_LDAP -I${PREFIX}/include" +.include "../../databases/openldap/buildlink.mk" +LDAPCFLAGS= LDAPCFLAGS="-DENABLE_LDAP" LDAPLIBS= LDAPLIBS="-lldap -llber" .endif -- cgit v1.2.3