diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-09-30 04:47:36 +0000 |
commit | 48420a5ebd9fbd0e15cf0fa5b62dd93ae9cd2531 (patch) | |
tree | eedd43e6e7c3a96d77549de85690d46016e9cc7e /emulators | |
parent | af4658fb56c22ab36db1f30588a3964e1d47d634 (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gnuboy/Makefile | 4 | ||||
-rw-r--r-- | emulators/mupen64-sdlinput/Makefile | 4 | ||||
-rw-r--r-- | emulators/uae/Makefile | 4 | ||||
-rw-r--r-- | emulators/xsystem35/Makefile | 4 | ||||
-rw-r--r-- | emulators/yabause/Makefile | 3 |
5 files changed, 10 insertions, 9 deletions
diff --git a/emulators/gnuboy/Makefile b/emulators/gnuboy/Makefile index 0b1faa239d1d..4d10eb08d48a 100644 --- a/emulators/gnuboy/Makefile +++ b/emulators/gnuboy/Makefile @@ -8,7 +8,7 @@ PORTNAME= gnuboy PORTVERSION= 1.0.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators games MASTER_SITES= http://gnuboy.unix-fu.org/src/ \ http://brightrain.aerifal.cx/~laguna/src/ @@ -20,7 +20,7 @@ LIB_DEPENDS= vga.1:${PORTSDIR}/graphics/svgalib USE_SDL= sdl USE_XLIB= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" CONFIGURE_ARGS= --with-sdl diff --git a/emulators/mupen64-sdlinput/Makefile b/emulators/mupen64-sdlinput/Makefile index 7448873bdde9..dd0d78a961f3 100644 --- a/emulators/mupen64-sdlinput/Makefile +++ b/emulators/mupen64-sdlinput/Makefile @@ -7,7 +7,7 @@ PORTNAME= mupen64 PORTVERSION= 0.0.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES+= emulators MASTER_SITES= http://mupen64.emulation64.com/files/0.4/ PKGNAMESUFFIX= -sdlinput @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= sdl USE_GCC= 3.4 -USE_AUTOTOOLS= autoheader:259 +USE_AUTOTOOLS= autoheader:261 ONLY_FOR_ARCHS= i386 PLUGIN_NAME= blight_input diff --git a/emulators/uae/Makefile b/emulators/uae/Makefile index 6def14113e92..948736d4cd72 100644 --- a/emulators/uae/Makefile +++ b/emulators/uae/Makefile @@ -7,7 +7,7 @@ PORTNAME= uae PORTVERSION= 0.8.25 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= emulators MASTER_SITES= ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/ \ http://www.electronghost.co.uk/~bernds/ @@ -19,7 +19,7 @@ CONFLICTS= e-uae-[0-9]* USE_GMAKE= yes GNU_CONFIGURE= yes -USE_AUTOTOOLS= autoconf:259 +USE_AUTOTOOLS= autoconf:261 CONFIGURE_ARGS= --enable-sound --enable-vidmode --enable-dga USE_XLIB= yes USE_GNOME= gtk20 diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index da5ab81f59dd..79009a38cb0c 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -7,7 +7,7 @@ PORTNAME= xsystem35 PORTVERSION= 1.7.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= emulators MASTER_SITES= http://8ne.sakura.ne.jp:20008/chika/unitbase/xsys35/down/ @@ -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.9:${PORTSDIR}/graphics/jpeg -USE_AUTOTOOLS= autoconf:259 libtool:15 +USE_AUTOTOOLS= autoconf:261 libtool:15 USE_GETTEXT= yes USE_GMAKE= yes USE_GNOME= gtk12 diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 2f9cbd50f19b..be7dfc5791f8 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -7,6 +7,7 @@ PORTNAME= yabause PORTVERSION= 0.8.6 +PORTREVISION= 1 CATEGORIES= emulators MASTER_SITES= SF @@ -19,7 +20,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= yes USE_GCC= 3.4+ -USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259 +USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:261 USE_XLIB= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |