diff options
author | acm <acm@FreeBSD.org> | 2006-09-02 03:57:06 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2006-09-02 03:57:06 +0800 |
commit | 1dd3a6befcc970818b2f271e224778c8857883cb (patch) | |
tree | c5105c29e0554710a5da9012459e0e06b3a876ce /emulators | |
parent | a8ef81ab0ff04a613aaf0a70d19b28a09afa7288 (diff) | |
download | freebsd-ports-gnome-1dd3a6befcc970818b2f271e224778c8857883cb.tar.gz freebsd-ports-gnome-1dd3a6befcc970818b2f271e224778c8857883cb.tar.zst freebsd-ports-gnome-1dd3a6befcc970818b2f271e224778c8857883cb.zip |
- Update to 0.7.1
- Add USE_GCC=3.4+. It fixed a problem on 4.x [1]
Reported by: kris [1]
Approved by: garga(mentor)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/yabause/Makefile | 3 | ||||
-rw-r--r-- | emulators/yabause/distinfo | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/emulators/yabause/Makefile b/emulators/yabause/Makefile index 2811c33b061d..48582eeb81ea 100644 --- a/emulators/yabause/Makefile +++ b/emulators/yabause/Makefile @@ -6,7 +6,7 @@ # PORTNAME= yabause -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= emulators MASTER_SITES= SF @@ -18,6 +18,7 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext GNU_CONFIGURE= yes USE_GMAKE= yes USE_SDL= yes +USE_GCC= 3.4+ USE_AUTOTOOLS= automake:19 aclocal:19 autoconf:259 CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/emulators/yabause/distinfo b/emulators/yabause/distinfo index c9c02f607caa..9507ba633816 100644 --- a/emulators/yabause/distinfo +++ b/emulators/yabause/distinfo @@ -1,3 +1,3 @@ -MD5 (yabause-0.7.0.tar.gz) = b4c47ad433b2cbd6a0c9f8be5959ccff -SHA256 (yabause-0.7.0.tar.gz) = bc67d5a189624f8d0f71c116f768eac7c1bca34ea447d4244b00ca7081487d2d -SIZE (yabause-0.7.0.tar.gz) = 433706 +MD5 (yabause-0.7.1.tar.gz) = 7d99020ed5bd0172205fd81c1cf83753 +SHA256 (yabause-0.7.1.tar.gz) = bbcab3dc02660a4b09f6c7359cd0a3adbc9a0d108c74b718eb9e06b4532679ef +SIZE (yabause-0.7.1.tar.gz) = 451926 |