summaryrefslogtreecommitdiff
path: root/news/trn
diff options
context:
space:
mode:
authorasau <asau>2011-01-14 16:58:26 +0000
committerasau <asau>2011-01-14 16:58:26 +0000
commit6d9e3cb1b2c84a08f0b39d8fb6cd97dd9ef14ba6 (patch)
tree4d85ab0c5ff5945731c9f89d9c2dbde4384d8b05 /news/trn
parent1c1a47200d01941c6777b5b9585ae7c2be3d1ba4 (diff)
downloadpkgsrc-6d9e3cb1b2c84a08f0b39d8fb6cd97dd9ef14ba6.tar.gz
Option's name is "trn-inn". Fix building with non-default option.
Diffstat (limited to 'news/trn')
-rw-r--r--news/trn/options.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/news/trn/options.mk b/news/trn/options.mk
index a2522a372ad..27f08541d5d 100644
--- a/news/trn/options.mk
+++ b/news/trn/options.mk
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.3 2006/01/01 18:53:03 wiz Exp $
+# $NetBSD: options.mk,v 1.4 2011/01/14 16:58:26 asau Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.trn
PKG_OPTIONS_REQUIRED_GROUPS= nntpclient
@@ -7,7 +7,7 @@ PKG_SUGGESTED_OPTIONS+= trn-nntpclnt
.include "../../mk/bsd.options.mk"
-.if !empty(PKG_OPTIONS:Minn)
+.if !empty(PKG_OPTIONS:Mtrn-inn)
DEPENDS+= inn>=2.2:../../news/inn
.else
DEPENDS+= nntpclnt>=1.6.1:../../news/nntpclnt