diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-06-28 15:20:55 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-06-28 15:20:55 +0000 |
commit | 3b51308d5340ec540d796763d3eb286254bb4df8 (patch) | |
tree | a8a8d54dcd42b4490415ffa273614d9ae60206e0 /games/freecell-solver/Makefile | |
parent | 1b39100cd67cfce3f9f29eab81be402c848e1ebe (diff) | |
download | ports-3b51308d5340ec540d796763d3eb286254bb4df8.tar.gz ports-3b51308d5340ec540d796763d3eb286254bb4df8.zip |
Notes
Diffstat (limited to 'games/freecell-solver/Makefile')
-rw-r--r-- | games/freecell-solver/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/freecell-solver/Makefile b/games/freecell-solver/Makefile index 70e294dc254f..0d891c585af8 100644 --- a/games/freecell-solver/Makefile +++ b/games/freecell-solver/Makefile @@ -2,11 +2,11 @@ # $FreeBSD$ PORTNAME= freecell-solver -PORTVERSION= 3.18.1 +PORTVERSION= 3.20.0 CATEGORIES= games MASTER_SITES= http://fc-solve.shlomifish.org/downloads/fc-solve/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= danilogondolfo@gmail.com COMMENT= Open source framework for solving Freecell LICENSE= MIT @@ -17,7 +17,7 @@ TCMALLOC_DESC= Use Google's TCMalloc USE_BZIP2= yes USES= cmake:outsource -USE_PERL5_BUILD=yes +USE_PERL5_BUILD= yes CMAKE_ARGS= -DFCS_WITH_TEST_SUITE:BOOL=OFF USE_LDCONFIG= yes MAKE_JOBS_SAFE= yes |