diff options
Diffstat (limited to 'games/xracer/Makefile')
-rw-r--r-- | games/xracer/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xracer/Makefile b/games/xracer/Makefile index a4ff681eac0b..5051f62a24a2 100644 --- a/games/xracer/Makefile +++ b/games/xracer/Makefile @@ -24,7 +24,7 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg USE_XLIB= yes USE_MESA= yes USE_GMAKE= yes -USE_AUTOMAKE= yes +USE_AUTOMAKE_VER= 14 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_CFLAGS}" \ LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" CONFIGURE_ARGS= --disable-esd |