diff options
author | ghen <ghen> | 2006-05-31 18:22:23 +0000 |
---|---|---|
committer | ghen <ghen> | 2006-05-31 18:22:23 +0000 |
commit | 6a34cac762bbf82e27b9e03d66f87e4ef2add238 (patch) | |
tree | 5cac353723488aca92e9979b9c75b6741e54e684 /security/dirmngr/Makefile | |
parent | 9a063e0432cdce45d2cec2cbd2dd3e802c8c09f1 (diff) | |
download | pkgsrc-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 'security/dirmngr/Makefile')
-rw-r--r-- | security/dirmngr/Makefile | 6 |
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" |