aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authordanilo <danilo@FreeBSD.org>2014-04-26 22:47:03 +0800
committerdanilo <danilo@FreeBSD.org>2014-04-26 22:47:03 +0800
commitaf7b45a61d600980c866bb5fe07fa2399403224b (patch)
tree00cbbe2614efd991058793d2ecdaf7c49a9adcee /games
parent0b4e2ac611215af132d4eb1d814fa5f90dccb20a (diff)
downloadfreebsd-ports-gnome-af7b45a61d600980c866bb5fe07fa2399403224b.tar.gz
freebsd-ports-gnome-af7b45a61d600980c866bb5fe07fa2399403224b.tar.zst
freebsd-ports-gnome-af7b45a61d600980c866bb5fe07fa2399403224b.zip
- Convert USE_BZIP2 to USES
Diffstat (limited to 'games')
-rw-r--r--games/freecell-solver/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile
index cfb8af703138..921447a5fe6e 100644
--- a/games/freecell-solver/Makefile
+++ b/games/freecell-solver/Makefile
@@ -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