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 dc2a9d3e1cad..b3564747d33f 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -20,7 +20,7 @@ LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib USE_SDL= sdl USE_XORG= x11 -USE_AUTOTOOLS= autoconf:268 +USE_AUTOTOOLS= autoconf GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --with-sdl |