aboutsummaryrefslogtreecommitdiff
path: root/emulators/frodo
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 10:08:49 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-11-08 10:08:49 +0000
commit78b522d04c8a56a2bcf7582bd65b2e049494ea9e (patch)
treead7fc41e83124b14a4f9c94aa2581bd3df105324 /emulators/frodo
parentacf1e80f2a51164e8f7fdb176967668739b26fa7 (diff)
Notes
Diffstat (limited to 'emulators/frodo')
-rw-r--r--emulators/frodo/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/emulators/frodo/Makefile b/emulators/frodo/Makefile
index f09bf6ef515e..bea3bc105e77 100644
--- a/emulators/frodo/Makefile
+++ b/emulators/frodo/Makefile
@@ -30,6 +30,7 @@ OPTIONS_DEFAULT=SDL
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSDL}
+USES+= sdl
USE_SDL= sdl
.endif