diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2019-05-10 10:53:45 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2019-05-10 10:53:45 +0000 |
commit | ed18de7de0ee1fdda14cd441bc4ed0bdce02621c (patch) | |
tree | ea8fd46efb979109cb522dcafe5bbf99b1ff6010 /games/triplane/Makefile | |
parent | 598456ace54cc61576da2147257c512c50a4defa (diff) | |
download | ports-ed18de7de0ee1fdda14cd441bc4ed0bdce02621c.tar.gz ports-ed18de7de0ee1fdda14cd441bc4ed0bdce02621c.zip |
Add missing USES=sdl for my ports
(and also reorder a few things)
Notes
Notes:
svn path=/head/; revision=501166
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}\\\" |