Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2019 08:04:25 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r493942 - head/games/0ad
Message-ID:  <201902260804.x1Q84PDL055467@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: madpilot
Date: Tue Feb 26 08:04:24 2019
New Revision: 493942
URL: https://svnweb.freebsd.org/changeset/ports/493942

Log:
  Remove unneeded dependency on gtk20.

Modified:
  head/games/0ad/Makefile

Modified: head/games/0ad/Makefile
==============================================================================
--- head/games/0ad/Makefile	Tue Feb 26 07:50:27 2019	(r493941)
+++ head/games/0ad/Makefile	Tue Feb 26 08:04:24 2019	(r493942)
@@ -2,7 +2,7 @@
 
 PORTNAME=	0ad
 PORTVERSION=	0.0.23b
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	games
 MASTER_SITES=	http://releases.wildfiregames.com/ \
 		SF/zero-ad/releases
@@ -29,7 +29,7 @@ LIB_DEPENDS=	libboost_thread.so:devel/boost-libs \
 
 USES=		compiler:c++11-lib desktop-file-utils dos2unix gmake iconv jpeg openal:al \
 		pkgconfig python:2.7,build tar:xz
-USE_GNOME=	libxml2 gtk20
+USE_GNOME=	libxml2
 USE_GL=		gl
 USE_SDL=	sdl2
 USE_XORG=	x11 xcursor



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902260804.x1Q84PDL055467>