svn commit: r352260 - head/games/freecell-solver

Danilo Egea Gondolfo danilo at FreeBSD.org
Sat Apr 26 14:47:03 UTC 2014


Author: danilo
Date: Sat Apr 26 14:47:03 2014
New Revision: 352260
URL: http://svnweb.freebsd.org/changeset/ports/352260
QAT: https://qat.redports.org/buildarchive/r352260/

Log:
  - Convert USE_BZIP2 to USES

Modified:
  head/games/freecell-solver/Makefile

Modified: head/games/freecell-solver/Makefile
==============================================================================
--- head/games/freecell-solver/Makefile	Sat Apr 26 14:41:52 2014	(r352259)
+++ head/games/freecell-solver/Makefile	Sat Apr 26 14:47:03 2014	(r352260)
@@ -14,8 +14,7 @@ LICENSE=	MIT
 OPTIONS_DEFINE=	TCMALLOC DOCS EXAMPLES
 TCMALLOC_DESC=	Use Google's TCMalloc
 
-USE_BZIP2=	yes
-USES=		cmake:outsource perl5 shebangfix
+USES=		cmake:outsource perl5 shebangfix tar:bzip2
 USE_PERL5=	build
 SHEBANG_FILES=	board_gen/make_pysol_freecell_board.py
 CMAKE_ARGS=	-DFCS_WITH_TEST_SUITE:BOOL=OFF


More information about the svn-ports-all mailing list