diff options
Diffstat (limited to 'textproc/iiimf-x/Makefile')
-rw-r--r-- | textproc/iiimf-x/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/iiimf-x/Makefile b/textproc/iiimf-x/Makefile index 822717922e48..017f688fd262 100644 --- a/textproc/iiimf-x/Makefile +++ b/textproc/iiimf-x/Makefile @@ -33,6 +33,10 @@ DIRS= iiimxcf/xiiimp.so iiimxcf/htt_xbe .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + .if ${ARCH} != "i386" BROKEN= "Does not compile on !i386" .endif |