14 lines
386 B
Makefile
14 lines
386 B
Makefile
# $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
|
|
PKG_OPTIONS_GROUP.nntpclient= trn-inn trn-nntpclnt
|
|
PKG_SUGGESTED_OPTIONS+= trn-nntpclnt
|
|
|
|
.include "../../mk/bsd.options.mk"
|
|
|
|
.if !empty(PKG_OPTIONS:Mtrn-inn)
|
|
DEPENDS+= inn>=2.2:../../news/inn
|
|
.else
|
|
DEPENDS+= nntpclnt>=1.6.1:../../news/nntpclnt
|
|
.endif
|