svn commit: r522199 - head/games/asteroids3d
Yuri Victorovich
yuri at FreeBSD.org
Mon Jan 6 03:42:55 UTC 2020
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 at 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
More information about the svn-ports-all
mailing list