summaryrefslogtreecommitdiff
path: root/security/dirmngr
diff options
context:
space:
mode:
authorghen <ghen>2006-05-31 18:22:23 +0000
committerghen <ghen>2006-05-31 18:22:23 +0000
commitf45e7135c235558dab2ec1b61cbc2fbe497b9243 (patch)
tree5cac353723488aca92e9979b9c75b6741e54e684 /security/dirmngr
parentdc5b2859cba34a42b925e3360feac6dd374d72b1 (diff)
downloadpkgsrc-f45e7135c235558dab2ec1b61cbc2fbe497b9243.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 'security/dirmngr')
-rw-r--r--security/dirmngr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/security/dirmngr/Makefile b/security/dirmngr/Makefile
index 44084ea6bf4..d4baa83d918 100644
--- a/security/dirmngr/Makefile
+++ b/security/dirmngr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/05/25 22:49:23 seb Exp $
+# $NetBSD: Makefile,v 1.23 2006/05/31 18:22:25 ghen Exp $
#
DISTNAME= dirmngr-0.9.3
@@ -29,7 +29,7 @@ INFO_FILES= # PLIST
CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q}
CONFIGURE_ARGS+= --sharedstatedir=${VARBASE:Q}
-CONFIGURE_ENV+= BUILDLINK_PREFIX_openldap=${BUILDLINK_PREFIX.openldap}
+CONFIGURE_ENV+= BUILDLINK_PREFIX_openldap-client=${BUILDLINK_PREFIX.openldap-client}
CONFIGURE_ARGS+= --with-pth-prefix=${WRKDIR}/pth
SUBST_FILES+= VARBASE=${VARBASE}
@@ -62,7 +62,7 @@ post-install:
${INSTALL_PROGRAM} ${WRKDIR}/runDirmngr ${PREFIX}/sbin
.include "../../converters/libiconv/buildlink3.mk"
-.include "../../databases/openldap/buildlink3.mk"
+.include "../../databases/openldap-client/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libgetopt/buildlink3.mk"
.include "../../security/libassuan/buildlink3.mk"