diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-18 17:49:31 +0000 |
commit | fe54d2a7c76c819f48572aaac53161c6073e4bc2 (patch) | |
tree | cd3a2332516a8e0f6a9b518a6f6eb3a97af4baa7 /textproc/iiimf-x | |
parent | b64acc87813cd14f5610cecd37bb98e52497b3fa (diff) | |
download | ports-fe54d2a7c76c819f48572aaac53161c6073e4bc2.tar.gz ports-fe54d2a7c76c819f48572aaac53161c6073e4bc2.zip |
Notes
Diffstat (limited to 'textproc/iiimf-x')
-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 |