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
commitf90fb46f66911a016ed0d58c4fec3972c304e64a (patch)
tree4689fdd55cf4325158da42f37e07769aef763990 /games
parenta48ebff9999304d03224a0ce6b3c454cd510800a (diff)
downloadpkgsrc-f90fb46f66911a016ed0d58c4fec3972c304e64a.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"