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/openmortal | |
parent | 78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff) | |
download | ports-ef878751a79ba6aaefefa599a76c833c618977d5.tar.gz ports-ef878751a79ba6aaefefa599a76c833c618977d5.zip |
games: Add missing USES={gnome,gl,sdl,xorg}
Notes
Notes:
svn path=/head/; revision=517046
Diffstat (limited to 'games/openmortal')
-rw-r--r-- | games/openmortal/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/openmortal/Makefile b/games/openmortal/Makefile index f808024f44d3..647de33c6271 100644 --- a/games/openmortal/Makefile +++ b/games/openmortal/Makefile @@ -12,7 +12,7 @@ COMMENT= Parody of the once popular coin-up fighting game, Mortal Kombat LIB_DEPENDS= libfreetype.so:print/freetype2 -USES= tar:bzip2 dos2unix perl5 +USES= dos2unix perl5 sdl tar:bzip2 GNU_CONFIGURE= yes USE_SDL= mixer image sdl net DOS2UNIX_FILES= src/gfx.cpp |