summaryrefslogtreecommitdiff
path: root/games/gracer
diff options
context:
space:
mode:
authorChris D. Faulhaber <jedgar@FreeBSD.org>1999-12-28 12:29:02 +0000
committerChris D. Faulhaber <jedgar@FreeBSD.org>1999-12-28 12:29:02 +0000
commitebb17dd591ff424d5afc6d18bf4bea2f62059c58 (patch)
treef3cf5026785503ddf28ff4ae3b61a8767cd3999a /games/gracer
parentUpdate to v0.93. (diff)
Correct NEWGCC requirement (NEW_GCC -> USE_NEWGCC)
Found by: Juergen Lock <nox@jelal.kn-bremen.de>
Notes
Notes: svn path=/head/; revision=24202
Diffstat (limited to 'games/gracer')
-rw-r--r--games/gracer/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gracer/Makefile b/games/gracer/Makefile
index 7b7bd2ec6363..3c178e86fb15 100644
--- a/games/gracer/Makefile
+++ b/games/gracer/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \
LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
USE_GMAKE= yes
# for plib (sound):
-NEW_GCC= yes
+USE_NEWGCC= yes
CONFIGURE_ARGS+= --with-plib=${X11BASE}
.include <bsd.port.mk>