summaryrefslogtreecommitdiff
path: root/games/freeciv-gtk2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/freeciv-gtk2/Makefile')
-rw-r--r--games/freeciv-gtk2/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/games/freeciv-gtk2/Makefile b/games/freeciv-gtk2/Makefile
index bc8adb1b6004..49acd9875c20 100644
--- a/games/freeciv-gtk2/Makefile
+++ b/games/freeciv-gtk2/Makefile
@@ -6,10 +6,11 @@
#
PORTNAME= freeciv
-PORTVERSION= 1.10.0
+PORTVERSION= 1.11.4
CATEGORIES= games
-MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable_version/ \
- ftp://ftp.pvv.ntnu.no/pub/freeciv/stable_version/
+MASTER_SITES= ftp://ftp.freeciv.org/pub/freeciv/stable/ \
+ ftp://ftp.netc.pt/pub/freeciv/stable/ \
+ ftp://ftp.pvv.ntnu.no/pub/freeciv/stable/
.if defined(WITH_GTK)
PKGNAMESUFFIX= -gtk
.endif
@@ -24,8 +25,8 @@ LIB_DEPENDS+= Imlib.5:${PORTSDIR}/graphics/imlib
USE_BZIP2= yes
GNU_CONFIGURE= yes
.if defined(WITH_GTK)
-GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+GLIB_CONFIG?= ${LOCALBASE}/bin/gtk12-config
+CONFIGURE_ENV= GTK_CONFIG="${GLIB_CONFIG}"
.else
CONFIGURE_ARGS= --disable-gtktest
.endif