diff options
author | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 19:52:47 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2010-10-16 19:52:47 +0800 |
commit | 6abd00a86bbeefe0d47fdd84e916deccf66893e3 (patch) | |
tree | 7c37b7d6324eab6bc3e4c7437bc196ffd159e881 /emulators/gnuboy | |
parent | 48d3e12a9551f7a6507dfc47ccdc164263bb1ea7 (diff) | |
download | freebsd-ports-gnome-6abd00a86bbeefe0d47fdd84e916deccf66893e3.tar.gz freebsd-ports-gnome-6abd00a86bbeefe0d47fdd84e916deccf66893e3.tar.zst freebsd-ports-gnome-6abd00a86bbeefe0d47fdd84e916deccf66893e3.zip |
Punt autoconf267->autoconf268
Diffstat (limited to 'emulators/gnuboy')
-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 782960251d8d..dc2a9d3e1cad 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:267 +USE_AUTOTOOLS= autoconf:268 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --with-sdl |