diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-28 20:29:02 +0800 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-28 20:29:02 +0800 |
commit | 80cae605f948819051e0f2b61deb54d56bb88124 (patch) | |
tree | b85f6b4351c8b3c1b74fa61e8118d917ecf5b041 /games | |
parent | d2862539216a2dbf05e6cd2a126ba704ec8c588e (diff) | |
download | freebsd-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/Makefile | 2 |
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> |