diff options
Diffstat (limited to 'games/freecell-solver/Makefile')
-rw-r--r-- | games/freecell-solver/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index 2b854c26567c..4721bcb4d6af 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= freecell-solver -PORTVERSION= 4.12.1 -PORTREVISION= 1 +PORTVERSION= 4.14.1 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ @@ -20,9 +19,10 @@ BUILD_DEPENDS= p5-Path-Tiny>=0.076:devel/p5-Path-Tiny \ OPTIONS_DEFINE= DOCS EXAMPLES TCMALLOC TCMALLOC_DESC= Use Google's TCMalloc -USES= cmake:outsource compiler:c11 perl5 shebangfix tar:xz +USES= cmake:outsource compiler:c11 perl5 python:3.4+ shebangfix tar:xz USE_PERL5= build -SHEBANG_FILES= board_gen/make_pysol_freecell_board.py +SHEBANG_FILES= board_gen/make_pysol_freecell_board.py \ + board_gen/transpose-freecell-board.py CMAKE_ARGS= -DFCS_WITH_TEST_SUITE:BOOL=OFF USE_LDCONFIG= yes |