summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authordillo <dillo>2005-10-20 13:37:41 +0000
committerdillo <dillo>2005-10-20 13:37:41 +0000
commit0e8661224eff9d572feff59562e01d8b3c74ab4f (patch)
tree4689fdd55cf4325158da42f37e07769aef763990 /games
parent46955269fa2a44ba225c57e827f467b9265a19a4 (diff)
downloadpkgsrc-0e8661224eff9d572feff59562e01d8b3c74ab4f.tar.gz
Only one graphics backend can be selected, so use PKG_OPTIONS_REQUIRED_GROUP.
Diffstat (limited to 'games')
-rw-r--r--games/freeciv-client/options.mk7
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"