Remove PKG_OPTIONS_OPTIONAL_GROUPS as PKG_OPTIONS_REQUIRED_GROUPS does
the job on it's own. Suggesed by wiz@ in private email.
This commit is contained in:
parent
b1ba023f95
commit
ea3bcd71f6
1 changed files with 1 additions and 2 deletions
|
@ -1,9 +1,8 @@
|
|||
# $NetBSD: options.mk,v 1.3 2005/12/01 18:09:37 adrianp Exp $
|
||||
# $NetBSD: options.mk,v 1.4 2005/12/01 18:20:09 adrianp Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.unrealircd
|
||||
|
||||
PKG_OPTIONS_REQUIRED_GROUPS= role
|
||||
PKG_OPTIONS_OPTIONAL_GROUPS= role
|
||||
PKG_OPTIONS_GROUP.role= leaf hub
|
||||
|
||||
PKG_SUPPORTED_OPTIONS= inet6 nospoof hub leaf ziplinks remoteinc ssl chroot
|
||||
|
|
Loading…
Reference in a new issue