svn commit: r426025 - head/games/hoverboard-sdl

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Nov 13 10:19:24 UTC 2016


Author: amdmi3
Date: Sun Nov 13 10:19:22 2016
New Revision: 426025
URL: https://svnweb.freebsd.org/changeset/ports/426025

Log:
  - Chase sdl2pp update

Modified:
  head/games/hoverboard-sdl/Makefile

Modified: head/games/hoverboard-sdl/Makefile
==============================================================================
--- head/games/hoverboard-sdl/Makefile	Sun Nov 13 10:19:15 2016	(r426024)
+++ head/games/hoverboard-sdl/Makefile	Sun Nov 13 10:19:22 2016	(r426025)
@@ -3,6 +3,7 @@
 
 PORTNAME=	hoverboard
 PORTVERSION=	0.7.3
+PORTREVISION=	1
 CATEGORIES=	games
 
 MAINTAINER=	amdmi3 at FreeBSD.org
@@ -20,7 +21,7 @@ GH_PROJECT=	${PORTNAME}-sdl
 
 USES=		cmake compiler:c++11-lib
 CMAKE_ARGS=	-DSYSTEMWIDE=ON
-USE_SDL=	sdl2 image2 ttf2
+USE_SDL=	sdl2 image2 ttf2 mixer2
 
 PORTDATA=	*
 PORTDOCS=	*


More information about the svn-ports-all mailing list