diff options
Diffstat (limited to 'news')
-rw-r--r-- | news/nntpcache/options.mk | 4 | ||||
-rw-r--r-- | news/trn/options.mk | 4 |
2 files changed, 2 insertions, 6 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" diff --git a/news/trn/options.mk b/news/trn/options.mk index c2b990a7b6a..a2522a372ad 100644 --- a/news/trn/options.mk +++ b/news/trn/options.mk @@ -1,11 +1,9 @@ -# $NetBSD: options.mk,v 1.2 2005/12/01 19:45:11 wiz Exp $ +# $NetBSD: options.mk,v 1.3 2006/01/01 18:53:03 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.trn PKG_OPTIONS_REQUIRED_GROUPS= nntpclient PKG_OPTIONS_GROUP.nntpclient= trn-inn trn-nntpclnt PKG_SUGGESTED_OPTIONS+= trn-nntpclnt -# remove after 2005Q4 -PKG_OPTIONS_LEGACY_VARS+= USE_INN:trn-inn .include "../../mk/bsd.options.mk" |