diff options
author | kwm <kwm@FreeBSD.org> | 2010-05-25 14:24:47 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-05-25 14:24:47 +0800 |
commit | 675c243307eb2e7e97a58357bd50db721c1d47d2 (patch) | |
tree | b9ed0d730fdd14deb996b97792ec79374faed04f /emulators | |
parent | ecf92a0caa717851efd6a50dbf1bfb82e72a8094 (diff) | |
download | freebsd-ports-gnome-675c243307eb2e7e97a58357bd50db721c1d47d2.tar.gz freebsd-ports-gnome-675c243307eb2e7e97a58357bd50db721c1d47d2.tar.zst freebsd-ports-gnome-675c243307eb2e7e97a58357bd50db721c1d47d2.zip |
Remove USE_GCC=3.4 it builds fine with gcc 4.2.
Also remove dead WWW from pkg-descr.
PR: ports/144664
Submitted by: Andrius Morkunas <hinokind@gmail.com>
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gcube/Makefile | 3 | ||||
-rw-r--r-- | emulators/gcube/pkg-descr | 2 |
2 files changed, 1 insertions, 4 deletions
diff --git a/emulators/gcube/Makefile b/emulators/gcube/Makefile index a1583fc1f4fa..e7432b33fcc3 100644 --- a/emulators/gcube/Makefile +++ b/emulators/gcube/Makefile @@ -7,7 +7,7 @@ PORTNAME= gcube PORTVERSION= 0.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= emulators MASTER_SITES= http://www.liquidx.org/distfiles/ DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -20,7 +20,6 @@ LIB_DEPENDS= jpeg.11:${PORTSDIR}/graphics/jpeg WRKSRC= ${WRKDIR}/${PORTVERSION} USE_GL= yes USE_SDL= sdl -USE_GCC= 3.4 USE_BZIP2= yes USE_GMAKE= yes diff --git a/emulators/gcube/pkg-descr b/emulators/gcube/pkg-descr index d03e6a7c176a..eb993a65d690 100644 --- a/emulators/gcube/pkg-descr +++ b/emulators/gcube/pkg-descr @@ -1,3 +1 @@ A Cross-platform Gamecube emulator. - -WWW: http://gcube.exemu.net/ |