diff options
author | kris <kris@FreeBSD.org> | 2004-09-29 14:00:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-09-29 14:00:57 +0800 |
commit | 967477cd3615c0f940b99c2b3718897d772ae956 (patch) | |
tree | c93629efe53aeeda26a75ace7e231532c24067ba /emulators/xmame | |
parent | 78ac0eece7695534c0f39b474e5f4ce3a803cb95 (diff) | |
download | freebsd-ports-gnome-967477cd3615c0f940b99c2b3718897d772ae956.tar.gz freebsd-ports-gnome-967477cd3615c0f940b99c2b3718897d772ae956.tar.zst freebsd-ports-gnome-967477cd3615c0f940b99c2b3718897d772ae956.zip |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self)
Diffstat (limited to 'emulators/xmame')
-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 |