diff options
author | wxs <wxs@FreeBSD.org> | 2009-05-02 07:46:55 +0800 |
---|---|---|
committer | wxs <wxs@FreeBSD.org> | 2009-05-02 07:46:55 +0800 |
commit | 17485298ee1be45c4ec36d9e049b6fb11ef616c1 (patch) | |
tree | 642216e7b0cc2224383f5914899f2d8e87b65373 /emulators/sdlmame/Makefile | |
parent | 24d64b7e0b668364b5800997a47957140eeb65c3 (diff) | |
download | freebsd-ports-gnome-17485298ee1be45c4ec36d9e049b6fb11ef616c1.tar.gz freebsd-ports-gnome-17485298ee1be45c4ec36d9e049b6fb11ef616c1.tar.zst freebsd-ports-gnome-17485298ee1be45c4ec36d9e049b6fb11ef616c1.zip |
- Update to 0.131
PR: ports/133953
Submitted by: Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Diffstat (limited to 'emulators/sdlmame/Makefile')
-rw-r--r-- | emulators/sdlmame/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/emulators/sdlmame/Makefile b/emulators/sdlmame/Makefile index b08dccff1688..3ccb21121063 100644 --- a/emulators/sdlmame/Makefile +++ b/emulators/sdlmame/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sdlmame -PORTVERSION= 0.130 -PORTREVISION= 1 +PORTVERSION= 0.131 CATEGORIES= emulators MASTER_SITES= ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \ http://rbelmont.mameworld.info/ @@ -32,9 +31,7 @@ OPTIONS= DEBUG "Build sdlmame debugger" off .include <bsd.port.pre.mk> -.if defined(WITH_DEBUG) -EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch-debug -.else +.if !defined(WITH_DEBUG) USE_GNOME= # EXTRA_PATCHES+= ${FILESDIR}/sdl.mak.patch .endif |