Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 14:21:01 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419848 - head/games/bloboats
Message-ID:  <201608081421.u78EL1t2007024@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081421.u78EL1t2007024>