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/gnupg | |
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/gnupg')
-rw-r--r-- | security/gnupg/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/gnupg/options.mk b/security/gnupg/options.mk index 8b16ccca849..29171f1d66b 100644 --- a/security/gnupg/options.mk +++ b/security/gnupg/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.7 2006/04/05 10:04:12 drochner Exp $ +# $NetBSD: options.mk,v 1.8 2006/05/31 18:22:25 ghen Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.gnupg PKG_SUPPORTED_OPTIONS= curl idea ldap @@ -40,7 +40,7 @@ pre-configure: .endif .if !empty(PKG_OPTIONS:Mldap) -.include "../../databases/openldap/buildlink3.mk" +.include "../../databases/openldap-client/buildlink3.mk" PLIST_SUBST+= OPENLDAP="" .else CONFIGURE_ARGS+=--disable-ldap |