diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2020-01-06 11:42:55 +0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2020-01-06 11:42:55 +0800 |
commit | 4ac9a1cdf3158d077605045f8b05557c0c73533c (patch) | |
tree | 744209635fdfb59c8b04ce2a8a7a33a68ef2a45a /games/asteroids3d/Makefile | |
parent | dd4fa1afdbc62121442af5b185564a0a8b0dca36 (diff) | |
download | freebsd-ports-gnome-4ac9a1cdf3158d077605045f8b05557c0c73533c.tar.gz freebsd-ports-gnome-4ac9a1cdf3158d077605045f8b05557c0c73533c.tar.zst freebsd-ports-gnome-4ac9a1cdf3158d077605045f8b05557c0c73533c.zip |
games/asteroids3d: Not broken
While here, add USES=xorg
Diffstat (limited to 'games/asteroids3d/Makefile')
-rw-r--r-- | games/asteroids3d/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/asteroids3d/Makefile b/games/asteroids3d/Makefile index 9c56e1a24298..bde919ed1369 100644 --- a/games/asteroids3d/Makefile +++ b/games/asteroids3d/Makefile @@ -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 |