diff options
Diffstat (limited to 'games/xracer/Makefile')
-rw-r--r-- | games/xracer/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile index 5051f62a24a2..30a5da9d2e31 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -25,6 +25,7 @@ USE_XLIB= yes USE_MESA= yes USE_GMAKE= yes USE_AUTOMAKE_VER= 14 +USE_AUTOCONF_VER= 213 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --disable-esd |