diff options
Diffstat (limited to 'emulators/gnuboy/Makefile')
-rw-r--r-- | emulators/gnuboy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 499576ce6d03..3cffd57be488 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib USE_SDL= sdl USE_REINPLACE= yes USE_XLIB= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --with-sdl |