diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-28 12:29:02 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-28 12:29:02 +0000 |
commit | ebb17dd591ff424d5afc6d18bf4bea2f62059c58 (patch) | |
tree | f3cf5026785503ddf28ff4ae3b61a8767cd3999a /games | |
parent | 7303535b4a059b3fc01e8fe592167269075235b6 (diff) |
Notes
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> |