aboutsummaryrefslogtreecommitdiff
path: root/games/gillo
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-05 13:52:07 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-02-05 13:52:07 +0000
commit3a4975d9e394636dcc7160268937ef682b6e07e8 (patch)
tree98b31c31a1b1761c59a8db946b04c2620872d3c2 /games/gillo
parent620157e19756d3b7b2f88ab79d4239859d7674d6 (diff)
- Add USES=gl
- Add missing USE_GL=gl - Convert USE_SDL=yes to USE_SDL=sdl - Pet portlint
Notes
Notes: svn path=/head/; revision=492228
Diffstat (limited to 'games/gillo')
-rw-r--r--games/gillo/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/gillo/Makefile b/games/gillo/Makefile
index 5d57e8d66194..75edc8f8866c 100644
--- a/games/gillo/Makefile
+++ b/games/gillo/Makefile
@@ -18,12 +18,12 @@ BUILD_DEPENDS= ${JAM}:devel/jam \
${LOCALBASE}/lib/libplibsg.a:x11-toolkits/plib
LIB_DEPENDS= libode.so:devel/ode
-WRKSRC= ${WRKDIR}/${PORTNAME}
-
-USES= tar:bzip2
+USES= gl tar:bzip2
USE_CXXSTD= c++98
-USE_GL= glu
-USE_SDL= yes
+USE_GL= gl glu
+USE_SDL= sdl
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
JAM?= ${LOCALBASE}/bin/jam