Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2020 03:42:55 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r522199 - head/games/asteroids3d
Message-ID:  <202001060342.0063gtAt004649@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Mon Jan  6 03:42:55 2020
New Revision: 522199
URL: https://svnweb.freebsd.org/changeset/ports/522199

Log:
  games/asteroids3d: Not broken
  
  While here, add USES=xorg

Modified:
  head/games/asteroids3d/Makefile

Modified: head/games/asteroids3d/Makefile
==============================================================================
--- head/games/asteroids3d/Makefile	Mon Jan  6 03:36:08 2020	(r522198)
+++ head/games/asteroids3d/Makefile	Mon Jan  6 03:42:55 2020	(r522199)
@@ -14,12 +14,10 @@ DISTFILES=	${DISTNAME}${EXTRACT_SUFX} \
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	First-person shooter blowing up asteroids in 3D space
 
-BROKEN=		unfetchable
-
 LICENSE=	GPLv2+
 LICENSE_FILE=	${WRKSRC}/COPYRIGHT
 
-USES=		autoreconf gl gnome tar:bzip2
+USES=		autoreconf gl gnome tar:bzip2 xorg
 GNU_CONFIGURE=	yes
 CONFIGURE_ENV=	with_gamesdir="${PREFIX}/bin" with_gamedatadir="${DATADIR}"
 USE_GL=		glut



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