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/barony/Makefile | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | ports-ef878751a79ba6aaefefa599a76c833c618977d5.tar.gz ports-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
Notes
Diffstat (limited to 'games/barony/Makefile')
-rw-r--r-- | games/barony/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/barony/Makefile b/games/barony/Makefile index 964dd3488bfd..24e89c93eb2a 100644 --- a/games/barony/Makefile +++ b/games/barony/Makefile @@ -17,7 +17,8 @@ LIB_DEPENDS= libogg.so:audio/libogg \ libpng.so:graphics/png \ libvorbisfile.so:audio/libvorbis -USES= cmake:insource compiler:c++11-lib dos2unix gl localbase:ldflags openal pkgconfig +USES= cmake:insource compiler:c++11-lib dos2unix gl localbase:ldflags \ + openal pkgconfig sdl USE_GITHUB= yes GH_ACCOUNT= TurningWheel GH_PROJECT= Barony |