svn commit: r505628 - head/games/tome4

Piotr Kubaj pkubaj at FreeBSD.org
Mon Jul 1 18:12:19 UTC 2019


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


More information about the svn-ports-head mailing list