From 825afd6dc34482bcb3f9af88e094cb75268c21d1 Mon Sep 17 00:00:00 2001 From: Kris Kennaway Date: Wed, 29 Sep 2004 06:00:57 +0000 Subject: BROKEN on 5.x: Does not compile Approved by: portmgr (self) --- emulators/xmame/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emulators') diff --git a/emulators/xmame/Makefile b/emulators/xmame/Makefile index 6a41e6053933..19cf703b52a3 100644 --- a/emulators/xmame/Makefile +++ b/emulators/xmame/Makefile @@ -229,6 +229,10 @@ NETWORK=\# .include +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} != "i386" && ${OSVERSION} >= 502102 BROKEN= "Does not compile on 5.x !i386" .endif -- cgit v1.2.3