diff options
-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> |