Convert to option groups.
This commit is contained in:
parent
49b3208827
commit
14b34671d8
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# $NetBSD: options.mk,v 1.2 2007/02/15 14:58:21 joerg Exp $
|
||||
# $NetBSD: options.mk,v 1.3 2007/09/14 07:39:31 wiz Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.libcaca
|
||||
PKG_SUPPORTED_OPTIONS= imlib2
|
||||
PKG_OPTIONS_NONEMPTY_SETS= driver
|
||||
PKG_OPTIONS_SET.driver= ncurses slang x11
|
||||
PKG_OPTIONS_REQUIRED_GROUPS= driver
|
||||
PKG_OPTIONS_GROUP.driver= ncurses slang x11
|
||||
PKG_SUGGESTED_OPTIONS= ncurses
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
|
Loading…
Reference in a new issue