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/xmoto | |
parent | f7755256283634d3b9ec0c5384c3bbbed111cefb (diff) | |
download | freebsd-ports-graphics-722399dd9a50a81b1e08fff9701c22c51a1d111a.tar.gz freebsd-ports-graphics-722399dd9a50a81b1e08fff9701c22c51a1d111a.tar.zst freebsd-ports-graphics-722399dd9a50a81b1e08fff9701c22c51a1d111a.zip |
Convert g* and i* to USES=sqlite and USES=firebird
Diffstat (limited to 'games/xmoto')
-rw-r--r-- | games/xmoto/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/xmoto/Makefile b/games/xmoto/Makefile index 3dee737bfa9..2741be4150a 100644 --- a/games/xmoto/Makefile +++ b/games/xmoto/Makefile @@ -21,9 +21,8 @@ LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING GNU_CONFIGURE= yes -USES= compiler:features dos2unix gmake jpeg lua:51 +USES= compiler:features dos2unix gmake jpeg lua:51 sqlite USE_GNOME= libxml2 -USE_SQLITE= 3 USE_SDL= sdl mixer ttf net USE_GL= gl glu DOS2UNIX_GLOB= *.cpp *.h |