summaryrefslogtreecommitdiff
path: root/games/freeciv-client/options.mk
diff options
context:
space:
mode:
authoradam <adam>2008-01-06 16:39:13 +0000
committeradam <adam>2008-01-06 16:39:13 +0000
commit9484d049c23b0da6b758d0a5b29777fa5b12187f (patch)
tree62391d533a1b42306743e547daf3c9f121a88999 /games/freeciv-client/options.mk
parent2d4262959ef07e5060a02ccee451f180be7fa13c (diff)
downloadpkgsrc-9484d049c23b0da6b758d0a5b29777fa5b12187f.tar.gz
Changes 2.1.2:
* Improved support for GGZ Gaming Zone. * Fix support for Leave and Load in the same client session. * Add GTK2 client support for saving server settings. * Add realistic terrain requirements for three default wonders, as well a number of missing ones to civ1 and civ2. * Improve startup speed, reducing duplicate internal messages sent. * Updated GTK2 hotkeys, menus, text, and translations, especially Catalan, Finnish, Korean, Lithuanian, Turkish, and Ukrainian.
Diffstat (limited to 'games/freeciv-client/options.mk')
-rw-r--r--games/freeciv-client/options.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/games/freeciv-client/options.mk b/games/freeciv-client/options.mk
index 3a9e940f0d0..bde12f3bf93 100644
--- a/games/freeciv-client/options.mk
+++ b/games/freeciv-client/options.mk
@@ -1,9 +1,9 @@
-# $NetBSD: options.mk,v 1.3 2007/08/16 22:59:08 joerg Exp $
+# $NetBSD: options.mk,v 1.4 2008/01/06 16:39:14 adam Exp $
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
+PKG_SUGGESTED_OPTIONS= gtk2
.include "../../mk/bsd.options.mk"
@@ -29,6 +29,8 @@ CONFIGURE_ARGS+= --enable-client=xaw3d
.endif
.if !empty(PKG_OPTIONS:Msdl)
-CONFIGURE_ARGS+= --enable-ftwl=sdl
+CONFIGURE_ARGS+= --enable-client=sdl
+#CONFIGURE_ARGS+= --enable-ftwl=sdl
.include "../../audio/SDL_mixer/buildlink3.mk"
+.include "../../graphics/SDL_image/buildlink3.mk"
.endif