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/atris | |
parent | e*: Add missing USES={gnome,sdl,xorg} (diff) |
games: Add missing USES={gnome,gl,sdl,xorg}
Notes
Notes:
svn path=/head/; revision=517046
Diffstat (limited to 'games/atris')
-rw-r--r-- | games/atris/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/atris/Makefile b/games/atris/Makefile index c5a8e14ff38a..f06d1bfbc2bb 100644 --- a/games/atris/Makefile +++ b/games/atris/Makefile @@ -13,7 +13,7 @@ COMMENT= Atris: Alizarin Tetris LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -USES= gmake +USES= gmake sdl USE_SDL= sdl ttf GNU_CONFIGURE= yes |