diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 06:00:57 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-29 06:00:57 +0000 |
commit | 825afd6dc34482bcb3f9af88e094cb75268c21d1 (patch) | |
tree | d9103fc4562aafbd4e509df49bb6cc0f349d580e /emulators | |
parent | a88b7537397a5fa8351918ce10c99d7727a67b4f (diff) | |
download | ports-825afd6dc34482bcb3f9af88e094cb75268c21d1.tar.gz ports-825afd6dc34482bcb3f9af88e094cb75268c21d1.zip |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/xmame/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 <bsd.port.pre.mk> +.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 |