diff options
Diffstat (limited to 'games/freeciv/freeciv.SlackBuild')
-rw-r--r-- | games/freeciv/freeciv.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv/freeciv.SlackBuild b/games/freeciv/freeciv.SlackBuild index 137fa52b68..3d9f14b481 100644 --- a/games/freeciv/freeciv.SlackBuild +++ b/games/freeciv/freeciv.SlackBuild @@ -4,7 +4,7 @@ # Modified by SlackBuilds.org PRGNAM=freeciv -VERSION=2.1.10 +VERSION=2.2.0 ARCH=${ARCH:-i486} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -51,7 +51,7 @@ CXXFLAGS="$SLKCFLAGS" \ --localstatedir=/var \ --mandir=/usr/man \ --without-ggz-client \ - --enable-client=yes \ + --enable-client=gtk \ --build=$ARCH-slackware-linux make |