svn commit: r493942 - head/games/0ad
Guido Falsi
madpilot at FreeBSD.org
Tue Feb 26 08:04:25 UTC 2019
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
More information about the svn-ports-head
mailing list