diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-01 19:45:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-01 19:45:11 +0000 |
commit | 57a15fad80921c8b4fc25cd81a0b4206e8276176 (patch) | |
tree | dfc92777227c0cced28f1112d8fe64fb296fa628 /news/trn/options.mk | |
parent | 8a567a235fe17fe90ccd63fc7ea12cf38c04c2ad (diff) | |
download | pkgsrc-57a15fad80921c8b4fc25cd81a0b4206e8276176.tar.gz |
Fix lots of pkglint warnings.
Diffstat (limited to 'news/trn/options.mk')
-rw-r--r-- | news/trn/options.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/trn/options.mk b/news/trn/options.mk index fa5653cc52c..c2b990a7b6a 100644 --- a/news/trn/options.mk +++ b/news/trn/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2005/12/01 19:29:26 wiz Exp $ +# $NetBSD: options.mk,v 1.2 2005/12/01 19:45:11 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.trn PKG_OPTIONS_REQUIRED_GROUPS= nntpclient @@ -10,7 +10,7 @@ PKG_OPTIONS_LEGACY_VARS+= USE_INN:trn-inn .include "../../mk/bsd.options.mk" .if !empty(PKG_OPTIONS:Minn) -DEPENDS= inn>=2.2:../../news/inn +DEPENDS+= inn>=2.2:../../news/inn .else -DEPENDS= nntpclnt>=1.6.1:../../news/nntpclnt +DEPENDS+= nntpclnt>=1.6.1:../../news/nntpclnt .endif |