aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorjedgar <jedgar@FreeBSD.org>1999-12-28 20:29:02 +0800
committerjedgar <jedgar@FreeBSD.org>1999-12-28 20:29:02 +0800
commit80cae605f948819051e0f2b61deb54d56bb88124 (patch)
treeb85f6b4351c8b3c1b74fa61e8118d917ecf5b041 /games
parentd2862539216a2dbf05e6cd2a126ba704ec8c588e (diff)
downloadfreebsd-ports-gnome-80cae605f948819051e0f2b61deb54d56bb88124.tar.gz
freebsd-ports-gnome-80cae605f948819051e0f2b61deb54d56bb88124.tar.zst
freebsd-ports-gnome-80cae605f948819051e0f2b61deb54d56bb88124.zip
Correct NEWGCC requirement (NEW_GCC -> USE_NEWGCC)
Found by: Juergen Lock <nox@jelal.kn-bremen.de>
Diffstat (limited to 'games')
-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>