diff options
author | kleink <kleink> | 2001-10-26 15:17:38 +0000 |
---|---|---|
committer | kleink <kleink> | 2001-10-26 15:17:38 +0000 |
commit | 6b33c6ce1bb6761a5e424017f7d514b71c6946b3 (patch) | |
tree | 9c0e841a44ab4798b8c88d455318b6832f809a20 /mail | |
parent | f529f1d5f6f62d06c8623e14f4992a623f8bee0e (diff) | |
download | pkgsrc-6b33c6ce1bb6761a5e424017f7d514b71c6946b3.tar.gz |
As discussed with Hubert, replace OpenLDAP dependency with buildlink'ing.
Diffstat (limited to 'mail')
-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 |