summaryrefslogtreecommitdiff
path: root/emulators/mess/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'emulators/mess/Makefile')
-rw-r--r--emulators/mess/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/mess/Makefile b/emulators/mess/Makefile
index 1dd07237af90..53e6a40a56c0 100644
--- a/emulators/mess/Makefile
+++ b/emulators/mess/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= sdlmess
-PORTVERSION= 0.130
+PORTVERSION= 0.131
CATEGORIES= emulators
MASTER_SITES= ftp://ftp.arcadebsd.org/pub/FreeBSD/ports/distfiles/ \
http://rbelmont.mameworld.info/
@@ -31,9 +31,7 @@ OPTIONS= DEBUG "Build sdlmess 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