diff options
author | garga <garga@FreeBSD.org> | 2005-09-29 02:16:59 +0800 |
---|---|---|
committer | garga <garga@FreeBSD.org> | 2005-09-29 02:16:59 +0800 |
commit | a407ff33253ff974a59e944f230085be8721e2a9 (patch) | |
tree | 7f78087067acc90759d40443cbea74451c9b10ea /emulators | |
parent | 7430d021daeee4651ee256cca1e1342db245db1c (diff) | |
download | freebsd-ports-gnome-a407ff33253ff974a59e944f230085be8721e2a9.tar.gz freebsd-ports-gnome-a407ff33253ff974a59e944f230085be8721e2a9.tar.zst freebsd-ports-gnome-a407ff33253ff974a59e944f230085be8721e2a9.zip |
- Mark xmess BROKEN on 5.x until a solution is not found
Reported by: pointyhat via kris
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index e637de14b6b9..8847ece604be 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -112,6 +112,8 @@ ALLDOCS= ${GENERALDOCS} ${XMESSDOCS} .if ${OSVERSION} < 500000 BROKEN= "Doesn't build on FreeBSD < 5.x" +.elif (${OSVERSION} < 600000 && ${MAMEMESS} == "mess") +BROKEN= "Doesn't build on FreeBSD < 6.x" .endif # Option WITH_DATFILES |