aboutsummaryrefslogtreecommitdiff
path: root/games/crimson
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 10:47:01 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 10:47:01 +0000
commitef878751a79ba6aaefefa599a76c833c618977d5 (patch)
treee67483ee6a85fa279cba6dfa007a1304c37237d9 /games/crimson
parent78b522d04c8a56a2bcf7582bd65b2e049494ea9e (diff)
downloadports-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/crimson')
-rw-r--r--games/crimson/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/crimson/Makefile b/games/crimson/Makefile
index 47e38bce86b3..1cdb00cf7f5b 100644
--- a/games/crimson/Makefile
+++ b/games/crimson/Makefile
@@ -16,7 +16,7 @@ LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
GNU_CONFIGURE= yes
-USES= gmake
+USES= gmake sdl
USE_SDL= mixer sdl ttf
.include <bsd.port.mk>