diff options
author | dillo <dillo@pkgsrc.org> | 2005-10-20 13:37:41 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-10-20 13:37:41 +0000 |
commit | 3055b29ec989b62f0d87577d4002e14995760ed2 (patch) | |
tree | 4689fdd55cf4325158da42f37e07769aef763990 /games/freeciv-client | |
parent | 89f8d9cae0b365357117adc1bdae1863c94188c3 (diff) | |
download | pkgsrc-3055b29ec989b62f0d87577d4002e14995760ed2.tar.gz |
Only one graphics backend can be selected, so use PKG_OPTIONS_REQUIRED_GROUP.
Diffstat (limited to 'games/freeciv-client')
-rw-r--r-- | games/freeciv-client/options.mk | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games/freeciv-client/options.mk b/games/freeciv-client/options.mk index cc8cd743f0a..2aa8ec42750 100644 --- a/games/freeciv-client/options.mk +++ b/games/freeciv-client/options.mk @@ -1,7 +1,8 @@ -# $NetBSD: options.mk,v 1.1 2005/08/24 10:45:32 adam Exp $ +# $NetBSD: options.mk,v 1.2 2005/10/20 13:37:41 dillo Exp $ -PKG_OPTIONS_VAR= PKG_OPTIONS.freeciv-client -PKG_SUPPORTED_OPTIONS= gtk gtk2 xaw xaw3d sdl x11 +PKG_OPTIONS_VAR= PKG_OPTIONS.freeciv-client +PKG_OPTIONS_REQUIRED_GROUPS= backend +PKG_OPTIONS_GROUP.backend= gtk gtk2 xaw xaw3d sdl x11 PKG_SUGGESTED_OPTIONS= gtk2 .include "../../mk/bsd.options.mk" |