diff options
author | bapt <bapt@FreeBSD.org> | 2016-01-11 00:55:26 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2016-01-11 00:55:26 +0800 |
commit | 722399dd9a50a81b1e08fff9701c22c51a1d111a (patch) | |
tree | a1803c12d7ed1ddd17231d7c51bd8ecd19c12c72 /games/stonesoup/Makefile | |
parent | f7755256283634d3b9ec0c5384c3bbbed111cefb (diff) | |
download | freebsd-ports-gnome-722399dd9a50a81b1e08fff9701c22c51a1d111a.tar.gz freebsd-ports-gnome-722399dd9a50a81b1e08fff9701c22c51a1d111a.tar.zst freebsd-ports-gnome-722399dd9a50a81b1e08fff9701c22c51a1d111a.zip |
Convert g* and i* to USES=sqlite and USES=firebird
Diffstat (limited to 'games/stonesoup/Makefile')
-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 \ |