games/tome4: also add USES=sdl (forgotten before)

PR:		238598
Approved by:	lifanov (maintainer timeout), tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D20820
This commit is contained in:
Piotr Kubaj 2019-07-01 18:12:17 +00:00
parent 1fd232376e
commit ef75c41b9e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=505628

View file

@ -25,7 +25,7 @@ DESKTOP_ENTRIES="ToME 4" "" "${PORTNAME}" \
PLIST_SUB= PORTVERSION=${PORTVERSION} PLIST_SUB= PORTVERSION=${PORTVERSION}
WRKSRC= ${WRKDIR}/t-engine4-src-${PORTVERSION} WRKSRC= ${WRKDIR}/t-engine4-src-${PORTVERSION}
MAKE_ARGS+= config=release verbose=yes ARCH="" CC=${CC} 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_SDL= image2 sdl2 ttf2
USE_GL= gl glu USE_GL= gl glu
USE_CSTD= gnu89 USE_CSTD= gnu89