aboutsummaryrefslogtreecommitdiff
path: root/games/freeciv
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-11-27 10:03:44 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-11-27 10:03:44 +0000
commit4012b069ec8807a374eb968cd32fae294dd74e27 (patch)
tree329395c01e9f6fbadbee4a0922a94dd212e862f8 /games/freeciv
parent11e9990c10299069408b11fbcb544123a5f80d40 (diff)
Notes
Diffstat (limited to 'games/freeciv')
-rw-r--r--games/freeciv/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/freeciv/Makefile b/games/freeciv/Makefile
index 3191bc0ab017..ce21220d91e3 100644
--- a/games/freeciv/Makefile
+++ b/games/freeciv/Makefile
@@ -7,7 +7,7 @@
PORTNAME= freeciv
PORTVERSION= 2.3.2
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= SF/freeciv/Freeciv%20${PORTVERSION:R}/${PORTVERSION}
@@ -23,7 +23,6 @@ USE_PYTHON= yes
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --with-libiconv-prefix=${PREFIX} --program-transform-name=
-INSTALLS_ICONS= yes
MAN6= freeciv-server.6 freeciv-client.6 \
freeciv-xaw.6 freeciv-sdl.6 freeciv-gtk2.6 \
@@ -48,6 +47,7 @@ LIB_DEPENDS+= tiff:${PORTSDIR}/graphics/tiff \
USE_XORG= xpm
USE_SDL= mixer
USE_GNOME= gtk20
+INSTALLS_ICONS= yes
CONFIGURE_ARGS+=--enable-client=gtk
CONFLICTS= freeciv-nox11-[0-9]*
PLIST_SUB+= X11="" GTK=""