diff options
author | adam <adam@pkgsrc.org> | 2008-01-06 16:39:13 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2008-01-06 16:39:13 +0000 |
commit | 06c81733a1da910fbf3bdc627b0341bf2debcd4a (patch) | |
tree | 62391d533a1b42306743e547daf3c9f121a88999 /games/freeciv-client | |
parent | ef13c88450615950006b1cfe9748151d6a9f83b7 (diff) | |
download | pkgsrc-06c81733a1da910fbf3bdc627b0341bf2debcd4a.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')
-rw-r--r-- | games/freeciv-client/Makefile | 6 | ||||
-rw-r--r-- | games/freeciv-client/options.mk | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/freeciv-client/Makefile b/games/freeciv-client/Makefile index 6258d8cc0b9..8148841d50b 100644 --- a/games/freeciv-client/Makefile +++ b/games/freeciv-client/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2007/08/16 22:59:08 joerg Exp $ +# $NetBSD: Makefile,v 1.34 2008/01/06 16:39:13 adam Exp $ PKGNAME= ${DISTNAME:S/-/-client-/} COMMENT= Freeciv client @@ -6,12 +6,10 @@ COMMENT= Freeciv client PKG_DESTDIR_SUPPORT= user-destdir DEPENDS+= freeciv-share>=${FC_VERS}:../../games/freeciv-share -DEPENDS+= freeciv-sounds>=3.0:../../games/freeciv-sounds CONFLICTS= freeciv-client-gtk<=1.11.4 -USE_TOOLS+= pkg-config - +USE_TOOLS+= pkg-config CONFIGURE_ARGS+= --disable-make-data CONFIGURE_ARGS+= --disable-server 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 |