summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-01 18:12:17 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-07-01 18:12:17 +0000
commitef75c41b9e9b11bbe9c0a7435a103cdd0cadc7ca (patch)
treee99ea6417fb84705192e980f01506ffab28fe34f /games
parentgames/tome4: fix build on powerpc64, add USES=gl (diff)
games/tome4: also add USES=sdl (forgotten before)
PR: 238598 Approved by: lifanov (maintainer timeout), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20820
Notes
Notes: svn path=/head/; revision=505628
Diffstat (limited to 'games')
-rw-r--r--games/tome4/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/tome4/Makefile b/games/tome4/Makefile
index e8ae229f4a88..cdbbf3a46580 100644
--- a/games/tome4/Makefile
+++ b/games/tome4/Makefile
@@ -25,7 +25,7 @@ DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \
PLIST_SUB= PORTVERSION=${PORTVERSION}
WRKSRC= ${WRKDIR}/t-engine4-src-${PORTVERSION}
MAKE_ARGS+= config=release verbose=yes ARCH="" CC=${CC}
-USES= gl gmake openal:al tar:bzip2
+USES= gl gmake openal:al sdl tar:bzip2
USE_SDL= image2 sdl2 ttf2
USE_GL= gl glu
USE_CSTD= gnu89