Date: Mon, 1 Jul 2019 18:12:18 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r505628 - head/games/tome4 Message-ID: <201907011812.x61ICI78016819@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Mon Jul 1 18:12:17 2019 New Revision: 505628 URL: https://svnweb.freebsd.org/changeset/ports/505628 Log: games/tome4: also add USES=sdl (forgotten before) PR: 238598 Approved by: lifanov (maintainer timeout), tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20820 Modified: head/games/tome4/Makefile Modified: head/games/tome4/Makefile ============================================================================== --- head/games/tome4/Makefile Mon Jul 1 18:08:45 2019 (r505627) +++ head/games/tome4/Makefile Mon Jul 1 18:12:17 2019 (r505628) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907011812.x61ICI78016819>