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/kevedit | |
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/kevedit')
-rw-r--r-- | games/kevedit/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/kevedit/Makefile b/games/kevedit/Makefile index d298a715a06b..f435945a7241 100644 --- a/games/kevedit/Makefile +++ b/games/kevedit/Makefile @@ -16,6 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= cdrecord:sysutils/cdrtools RUN_DEPENDS= cdrecord:sysutils/cdrtools +USES= sdl USE_SDL= sdl GNU_CONFIGURE= yes |