diff options
Diffstat (limited to 'games/freeciv/Makefile')
-rw-r--r-- | games/freeciv/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile index bc8adb1b6004..49acd9875c20 100644 --- a/games/freeciv/Makefile +++ b/games/freeciv/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 |