aboutsummaryrefslogtreecommitdiff
path: root/games/triplane/Makefile
diff options
context:
space:
mode:
authorGanael LAPLANCHE <martymac@FreeBSD.org>2019-05-10 10:53:45 +0000
committerGanael LAPLANCHE <martymac@FreeBSD.org>2019-05-10 10:53:45 +0000
commited18de7de0ee1fdda14cd441bc4ed0bdce02621c (patch)
treeea8fd46efb979109cb522dcafe5bbf99b1ff6010 /games/triplane/Makefile
parent598456ace54cc61576da2147257c512c50a4defa (diff)
downloadports-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/Makefile3
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}\\\"