svn commit: r419848 - head/games/bloboats

Emanuel Haupt ehaupt at FreeBSD.org
Mon Aug 8 14:21:02 UTC 2016


Author: ehaupt
Date: Mon Aug  8 14:21:01 2016
New Revision: 419848
URL: https://svnweb.freebsd.org/changeset/ports/419848

Log:
  Register gl and glu with USE_GL.

Modified:
  head/games/bloboats/Makefile

Modified: head/games/bloboats/Makefile
==============================================================================
--- head/games/bloboats/Makefile	Mon Aug  8 14:17:36 2016	(r419847)
+++ head/games/bloboats/Makefile	Mon Aug  8 14:21:01 2016	(r419848)
@@ -3,7 +3,7 @@
 
 PORTNAME=	bloboats
 PORTVERSION=	1.0.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	games
 MASTER_SITES=	http://mirror.kapsi.fi/bloboats.dy.fi/ \
 		LOCAL/ehaupt
@@ -13,7 +13,7 @@ COMMENT=	Boat racing game in the spirit 
 
 USES=		gmake
 USE_SDL=	mixer image net sdl
-USE_GL=		yes
+USE_GL=		gl glu
 
 MAKE_ENV+=	DATADIR="${DATADIR}" STAGEDIR=${STAGEDIR}
 


More information about the svn-ports-all mailing list