aboutsummaryrefslogtreecommitdiff
path: root/games/atr3d
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-06-28 05:08:24 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-06-28 05:08:24 +0000
commit0732e8c73fe3be1b0f8573f0e0ec4b9c2701e405 (patch)
treeb11e0f9349024d450bb5be64a2bce79558fb27b7 /games/atr3d
parentc77ae6a60c6d753705d2374fc2cb184050eac940 (diff)
downloadports-0732e8c73fe3be1b0f8573f0e0ec4b9c2701e405.tar.gz
ports-0732e8c73fe3be1b0f8573f0e0ec4b9c2701e405.zip
Utilize USE_GL knob
Submitted by: fjoe
Notes
Notes: svn path=/head/; revision=112442
Diffstat (limited to 'games/atr3d')
-rw-r--r--games/atr3d/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/atr3d/Makefile b/games/atr3d/Makefile
index ebd226521fbc..2ed68d7a6cec 100644
--- a/games/atr3d/Makefile
+++ b/games/atr3d/Makefile
@@ -7,7 +7,7 @@
PORTNAME= atr3d
PORTVERSION= 0.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= ftp://ftp.avoidtheroid.com/pub/${PORTNAME}/
DISTNAME= ${PORTNAME}_source_${PORTVERSION}
@@ -24,7 +24,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_MESA= yes
+USE_GL= yes
USE_PERL5_BUILD=yes
GNU_CONFIGURE= yes
USE_REINPLACE= yes