summaryrefslogtreecommitdiff
path: root/news/trn/options.mk
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-12-01 19:45:11 +0000
committerwiz <wiz@pkgsrc.org>2005-12-01 19:45:11 +0000
commit57a15fad80921c8b4fc25cd81a0b4206e8276176 (patch)
treedfc92777227c0cced28f1112d8fe64fb296fa628 /news/trn/options.mk
parent8a567a235fe17fe90ccd63fc7ea12cf38c04c2ad (diff)
downloadpkgsrc-57a15fad80921c8b4fc25cd81a0b4206e8276176.tar.gz
Fix lots of pkglint warnings.
Diffstat (limited to 'news/trn/options.mk')
-rw-r--r--news/trn/options.mk6
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