diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:28:07 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-17 06:28:07 +0000 |
commit | b15e495041a4fd2f9fafcc7d9540759c4c22a610 (patch) | |
tree | a2818cc36d7e06c4c64a53b943d25f7b90c450f3 /games/stonesoup | |
parent | 46c6877a4a150b8a708675a333110c1effbc512e (diff) | |
download | ports-b15e495041a4fd2f9fafcc7d9540759c4c22a610.tar.gz ports-b15e495041a4fd2f9fafcc7d9540759c4c22a610.zip |
Notes
Diffstat (limited to 'games/stonesoup')
-rw-r--r-- | games/stonesoup/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index 903025b19adf..ec770c970e6d 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -15,10 +15,9 @@ LICENSE_FILE= ${WRKDIR}/stone_soup-${PORTVERSION}/licence.txt USE_SQLITE= yes USE_XZ= yes -USES= bison pkgconfig -USE_GMAKE= yes +USES= bison gmake perl5 pkgconfig USE_LUA= 5.1 -USE_PERL5_BUILD= yes +USE_PERL5= build SAVEDIR= \~/.stonesoup |