summaryrefslogtreecommitdiff
path: root/mail/pine
diff options
context:
space:
mode:
authorghen <ghen>2006-05-31 18:22:23 +0000
committerghen <ghen>2006-05-31 18:22:23 +0000
commit6a34cac762bbf82e27b9e03d66f87e4ef2add238 (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /mail/pine
parent9a063e0432cdce45d2cec2cbd2dd3e802c8c09f1 (diff)
downloadpkgsrc-6a34cac762bbf82e27b9e03d66f87e4ef2add238.tar.gz
The databases/openldap package has been split in -client and -server component
packages. Convert LDAP-based applications to depend on openldap-client, and bump PKGREVISION for those that depend on it by default.
Diffstat (limited to 'mail/pine')
-rw-r--r--mail/pine/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/pine/Makefile b/mail/pine/Makefile
index 68ffac5633e..9716f06e3cf 100644
--- a/mail/pine/Makefile
+++ b/mail/pine/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.110 2006/04/06 06:22:19 reed Exp $
+# $NetBSD: Makefile,v 1.111 2006/05/31 18:22:24 ghen Exp $
DISTNAME= pine4.64
PKGNAME= pine-4.64
@@ -50,7 +50,7 @@ PKG_SUPPORTED_OPTIONS= ldap
.include "../../mk/bsd.options.mk"
.if !empty(PKG_OPTIONS:Mldap)
-. include "../../databases/openldap/buildlink3.mk"
+. include "../../databases/openldap-client/buildlink3.mk"
PINE_LDAPCFLAGS= LDAPCFLAGS="-DENABLE_LDAP"
PINE_LDAPLIBS= LDAPLIBS="-lldap -llber"
.endif