Date: Sun, 14 Sep 2014 00:51:38 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r368154 - head/games/wesnoth Message-ID: <201409140051.s8E0pcjQ058777@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409140051.s8E0pcjQ058777>