diff options
author | ghen <ghen@pkgsrc.org> | 2006-05-31 18:22:23 +0000 |
---|---|---|
committer | ghen <ghen@pkgsrc.org> | 2006-05-31 18:22:23 +0000 |
commit | 2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc (patch) | |
tree | 5cac353723488aca92e9979b9c75b6741e54e684 /news/nntpcache | |
parent | 954f05991707ebf0b59a7f471dfbf8bea1591fb3 (diff) | |
download | pkgsrc-2eca3d9f2c8aaccbb9c41ea6f7c06313f994c8bc.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 'news/nntpcache')
-rw-r--r-- | news/nntpcache/options.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/news/nntpcache/options.mk b/news/nntpcache/options.mk index 0b06b7d0d58..0b4ebca1224 100644 --- a/news/nntpcache/options.mk +++ b/news/nntpcache/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.2 2006/01/01 18:53:03 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2006/05/31 18:22:25 ghen Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nntpcache PKG_SUPPORTED_OPTIONS= nntpcache-pgp @@ -16,5 +16,5 @@ DEPENDS+= pgp-2.*:../../security/pgp2 .if !empty(PKG_OPTIONS:Mopenldap) CONFIGURE_ARGS+= --with-authinfo-ldap -.include "../../databases/openldap/buildlink3.mk" +.include "../../databases/openldap-client/buildlink3.mk" .endif |