diff options
author | asau <asau@pkgsrc.org> | 2011-01-14 16:58:26 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2011-01-14 16:58:26 +0000 |
commit | 49116e443193ff661666342607547dc329fb669e (patch) | |
tree | 4d85ab0c5ff5945731c9f89d9c2dbde4384d8b05 /news/trn | |
parent | 8a1765f57d234b2b9c17f353d4f6590a7d3510c4 (diff) | |
download | pkgsrc-49116e443193ff661666342607547dc329fb669e.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.mk | 4 |
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 |