diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 08:14:23 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2018-09-18 08:14:23 +0000 |
commit | 2e7f27934a9580751196aa2ace7230c9e763524f (patch) | |
tree | 985075045a3e320b7edb1a42256318fd6f5f3038 /games/taisei | |
parent | cdf2a00af52a8eb98245773b34b055c7f995532b (diff) |
Notes
Diffstat (limited to 'games/taisei')
-rw-r--r-- | games/taisei/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/taisei/Makefile b/games/taisei/Makefile index 3652e915fbda..5ad005df98f4 100644 --- a/games/taisei/Makefile +++ b/games/taisei/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}-project -USES= cmake pkgconfig +USES= cmake compiler:c11 pkgconfig CMAKE_ARGS= -DTAISEI_VERSION_OVERRIDE=${PORTVERSION} USE_SDL= sdl2 ttf2 mixer2 |