Date: Tue, 27 Nov 2012 10:03:45 +0000 (UTC) From: Johan van Selst <johans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307829 - head/games/freeciv Message-ID: <201211271003.qARA3jZZ037797@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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=""
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211271003.qARA3jZZ037797>