diff options
author | wiz <wiz@pkgsrc.org> | 2006-01-01 18:53:03 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-01-01 18:53:03 +0000 |
commit | faf65456ad2318c11b72f18a1b9cbdba567320a4 (patch) | |
tree | 5d640ac85fd8ec939edb585ae09bd6f4bce81c58 /news/nntpcache | |
parent | 220baa6b40fad15357118b4a1efb82993e9c389f (diff) | |
download | pkgsrc-faf65456ad2318c11b72f18a1b9cbdba567320a4.tar.gz |
Remove stuff that was marked for removal after 2005Q4.
Diffstat (limited to 'news/nntpcache')
-rw-r--r-- | news/nntpcache/options.mk | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/news/nntpcache/options.mk b/news/nntpcache/options.mk index 396409fba43..0b06b7d0d58 100644 --- a/news/nntpcache/options.mk +++ b/news/nntpcache/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2005/12/01 20:10:41 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2006/01/01 18:53:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.nntpcache PKG_SUPPORTED_OPTIONS= nntpcache-pgp @@ -7,8 +7,6 @@ PKG_SUPPORTED_OPTIONS= nntpcache-pgp # authinfo_ldap.c:81: error: dereferencing pointer to incomplete type # authinfo_ldap.c:47: warning: unused variable `dom' # PKG_SUPPORTED_OPTIONS+= openldap -# remove after 2005Q4 -PKG_OPTIONS_LEGACY_VARS+= NNTP_USE_PGP:nntpcache-pgp .include "../../mk/bsd.options.mk" |