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/stransball2 | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | ports-ef878751a79ba6aaefefa599a76c833c618977d5.tar.gz ports-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
Notes
Diffstat (limited to 'games/stransball2')
-rw-r--r-- | games/stransball2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/stransball2/Makefile b/games/stransball2/Makefile index 6d419b866979..6e52efebac52 100644 --- a/games/stransball2/Makefile +++ b/games/stransball2/Makefile @@ -17,7 +17,7 @@ LICENSE_FILE= ${BUILD_WRKSRC}/LICENSE LIB_DEPENDS= libSGE.so:devel/sdl_sge -USES= gmake dos2unix zip +USES= dos2unix gmake sdl zip DOS2UNIX_FILES= sources/main.cpp sources/auxiliar.cpp USE_SDL= sdl image mixer sound |