diff options
author | kleink <kleink@pkgsrc.org> | 2001-10-26 15:17:38 +0000 |
---|---|---|
committer | kleink <kleink@pkgsrc.org> | 2001-10-26 15:17:38 +0000 |
commit | 576e23d592a3847ec28ceba7795a062cef0b3007 (patch) | |
tree | 9c0e841a44ab4798b8c88d455318b6832f809a20 /mail/pine | |
parent | 967aaf280f4e7b33c12299b99e5333c67b880555 (diff) | |
download | pkgsrc-576e23d592a3847ec28ceba7795a062cef0b3007.tar.gz |
As discussed with Hubert, replace OpenLDAP dependency with buildlink'ing.
Diffstat (limited to 'mail/pine')
-rw-r--r-- | mail/pine/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 |