aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjohans <johans@FreeBSD.org>2012-11-27 18:03:44 +0800
committerjohans <johans@FreeBSD.org>2012-11-27 18:03:44 +0800
commitd64ae9e8f9dda56da4d63bdd3d42f0b67cf1b258 (patch)
tree329395c01e9f6fbadbee4a0922a94dd212e862f8 /games
parent185fcbdd99a523e362f2216334a99dc19fc69624 (diff)
downloadfreebsd-ports-gnome-d64ae9e8f9dda56da4d63bdd3d42f0b67cf1b258.tar.gz
freebsd-ports-gnome-d64ae9e8f9dda56da4d63bdd3d42f0b67cf1b258.tar.zst
freebsd-ports-gnome-d64ae9e8f9dda56da4d63bdd3d42f0b67cf1b258.zip
- INSTALL_ICONS requires X11: only use this when installing client version
- Bump PORTREVISION Reported by: Stephen Hurd <shurd@broadcom.com> Feature safe: yes
Diffstat (limited to 'games')
-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=""