diff options
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/desmume/Makefile | 2 | ||||
-rw-r--r-- | emulators/gnuboy/Makefile | 2 | ||||
-rw-r--r-- | emulators/pcsxr/Makefile | 2 | ||||
-rw-r--r-- | emulators/uae/Makefile | 2 | ||||
-rw-r--r-- | emulators/xsystem35/Makefile | 2 | ||||
-rw-r--r-- | emulators/yabause/Makefile | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 98ab83793bee..b2e40dc36552 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -24,7 +24,7 @@ USE_GETTEXT= yes GNU_CONFIGURE= yes CONFIGURE_ENV= GMSGFMT=msgfmt DATADIRNAME=share -USE_AUTOTOOLS= aclocal:111 autoconf:267 +USE_AUTOTOOLS= aclocal:111 autoconf:268 ACLOCAL_ARGS= AUTOCONF_ARGS= 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 diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 92ddb4cc3d6e..3aec93b7bd90 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -26,7 +26,7 @@ LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis ONLY_FOR_ARCHS= i386 amd64 USE_BZIP2= yes -USE_AUTOTOOLS= autoconf:267:env aclocal:111:env automake:111:env libtool:22 +USE_AUTOTOOLS= autoconf:268:env aclocal:111:env automake:111:env libtool:22 USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index b31dac941071..024c9e4a14bf 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -19,7 +19,7 @@ CONFLICTS= e-uae-[0-9]* USE_BZIP2= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:267 +USE_AUTOTOOLS= autoconf:268 CONFIGURE_ARGS= --enable-sound USE_GNOME= gtk20 diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 6e7edbb73422..f6faa4afc9de 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -17,7 +17,7 @@ COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System LIB_DEPENDS= vorbis.4:${PORTSDIR}/audio/libvorbis \ jpeg.11:${PORTSDIR}/graphics/jpeg -USE_AUTOTOOLS= autoconf:267 libtool:22 +USE_AUTOTOOLS= autoconf:268 libtool:22 USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk12 diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 57b051a6af9d..ddab8a01aa29 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= yes -USE_AUTOTOOLS= automake:111 aclocal:111 autoconf:267 +USE_AUTOTOOLS= automake:111 aclocal:111 autoconf:268 SUB_FILES= pkg-message MAN1= yabause.1 |