diff options
Diffstat (limited to 'games/triplane/Makefile')
-rw-r--r-- | games/triplane/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/triplane/Makefile b/games/triplane/Makefile index 4174fcee0f4d..3e0018447449 100644 --- a/games/triplane/Makefile +++ b/games/triplane/Makefile @@ -14,8 +14,9 @@ COMMENT= Port of the original Triplane Turmoil game LICENSE= GPLv3 -USES= gmake +USES= gmake sdl USE_SDL= sdl mixer + WRKSRC= ${WRKDIR}/${DISTNAME} CFLAGS+= -DTRIPLANE_DATA=\\\"${DATADIR}\\\" |