diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:55:26 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-01-10 16:55:26 +0000 |
commit | ac922c592e54939a66a352d951260ab2c1fd4c05 (patch) | |
tree | a1803c12d7ed1ddd17231d7c51bd8ecd19c12c72 /games/stonesoup | |
parent | b48e96822e2e62dc4e55d3c7680ea952dc34c9bb (diff) |
Notes
Diffstat (limited to 'games/stonesoup')
-rw-r--r-- | games/stonesoup/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/stonesoup/Makefile b/games/stonesoup/Makefile index 70345eb94a81..68cd0f0c02bb 100644 --- a/games/stonesoup/Makefile +++ b/games/stonesoup/Makefile @@ -14,9 +14,8 @@ COMMENT= Dungeon Crawl Stone Soup - a fun, free rogue-like game LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/../licence.txt -USE_SQLITE= yes USES= bison compiler:c++11-lib gmake lua:51 perl5 pkgconfig \ - shebangfix tar:xz + shebangfix sqlite tar:xz USE_PERL5= build SHEBANG_FILES= util/gen-mi-enum \ |