svn commit: r307829 - head/games/freeciv
Johan van Selst
johans at FreeBSD.org
Tue Nov 27 10:03:45 UTC 2012
Author: johans
Date: Tue Nov 27 10:03:44 2012
New Revision: 307829
URL: http://svnweb.freebsd.org/changeset/ports/307829
Log:
- INSTALL_ICONS requires X11: only use this when installing client version
- Bump PORTREVISION
Reported by: Stephen Hurd <shurd at broadcom.com>
Feature safe: yes
Modified:
head/games/freeciv/Makefile
Modified: head/games/freeciv/Makefile
==============================================================================
--- head/games/freeciv/Makefile Tue Nov 27 10:02:25 2012 (r307828)
+++ head/games/freeciv/Makefile Tue Nov 27 10:03:44 2012 (r307829)
@@ -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/
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=""
More information about the svn-ports-head
mailing list