diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-11-08 10:47:01 +0000 |
commit | ef878751a79ba6aaefefa599a76c833c618977d5 (patch) | |
tree | e67483ee6a85fa279cba6dfa007a1304c37237d9 /games/taisei | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | ports-ef878751a79ba6aaefefa599a76c833c618977d5.tar.gz ports-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
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 6eb314dd4f50..4256a57e3f64 100644 --- a/games/taisei/Makefile +++ b/games/taisei/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= libpng.so:graphics/png \ USE_GITHUB= yes GH_ACCOUNT= ${PORTNAME}-project -USES= cmake compiler:c11 pkgconfig +USES= cmake compiler:c11 pkgconfig sdl CMAKE_ARGS= -DTAISEI_VERSION_OVERRIDE=${PORTVERSION} USE_SDL= sdl2 ttf2 mixer2 |