aboutsummaryrefslogtreecommitdiff
path: root/emulators/xmame
diff options
context:
space:
mode:
authorGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 19:15:42 +0000
committerGabor Kovesdan <gabor@FreeBSD.org>2007-04-15 19:15:42 +0000
commitd4d4877cb1a9dc4ec94e5b60dfca422181523644 (patch)
treea8e722e14a0a4c5fa946507850a4a561082bd635 /emulators/xmame
parent418bcaa4ff902cf7d508ab6ad91c35d2a76b66a1 (diff)
downloadports-d4d4877cb1a9dc4ec94e5b60dfca422181523644.tar.gz
ports-d4d4877cb1a9dc4ec94e5b60dfca422181523644.zip
- Remove FreeBSD 4.X support from unmaintained ports in categories starting with
letter d-e
Notes
Notes: svn path=/head/; revision=190032
Diffstat (limited to 'emulators/xmame')
-rw-r--r--emulators/xmame/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile
index c4c3f6efa928..323729c1dc47 100644
--- a/emulators/xmame/Makefile
+++ b/emulators/xmame/Makefile
@@ -115,7 +115,7 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS}
BROKEN= internal gcc error on FreeBSD < 6.x
.endif
-.if (${MAMEMESS} == "mess" && ${OSVERSION} >= 500000)
+.if (${MAMEMESS} == "mess")
USE_GCC= 3.4+
.endif