svn commit: r368154 - head/games/wesnoth
Greg Lewis
glewis at FreeBSD.org
Sun Sep 14 00:51:39 UTC 2014
Author: glewis
Date: Sun Sep 14 00:51:38 2014
New Revision: 368154
URL: http://svnweb.freebsd.org/changeset/ports/368154
QAT: https://qat.redports.org/buildarchive/r368154/
Log:
. Fix USES clauses:
. USE_BZIP2=yes -> USES=tar:bzip2
. USE_GNOME=desktopfileutils -> USES=desktop-file-utils
Approved by: portmgr (blanket)
Modified:
head/games/wesnoth/Makefile
Modified: head/games/wesnoth/Makefile
==============================================================================
--- head/games/wesnoth/Makefile Sun Sep 14 00:14:33 2014 (r368153)
+++ head/games/wesnoth/Makefile Sun Sep 14 00:51:38 2014 (r368154)
@@ -19,9 +19,8 @@ LIB_DEPENDS= libboost_thread.so:${PORTSD
libpng15.so:${PORTSDIR}/graphics/png
USE_SDL= image mixer net ttf
-USE_GNOME= pango desktopfileutils
-USE_BZIP2= yes
-USES= cmake pkgconfig
+USE_GNOME= pango
+USES= cmake desktop-file-utils pkgconfig tar:bzip2
CMAKE_ARGS= -DMANDIR="man"
MAN6= wesnoth.6
More information about the svn-ports-all
mailing list