diff options
author | kris <kris@FreeBSD.org> | 2004-06-15 10:18:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-06-15 10:18:05 +0000 |
commit | 1a3dd9fd0efb614cc63b0e668a449f1270150493 (patch) | |
tree | 75fa504a9d905ab03c3bb1709980666620ce5648 /japanese/iv/Makefile | |
parent | 3263f0f9afd49e9464416617ba304f8e7960e3f1 (diff) | |
download | FreeBSD-ports-1a3dd9fd0efb614cc63b0e668a449f1270150493.zip FreeBSD-ports-1a3dd9fd0efb614cc63b0e668a449f1270150493.tar.gz |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'japanese/iv/Makefile')
-rw-r--r-- | japanese/iv/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/iv/Makefile b/japanese/iv/Makefile index cc076dd..a4679da 100644 --- a/japanese/iv/Makefile +++ b/japanese/iv/Makefile @@ -23,6 +23,10 @@ COMMENT= A toolkit from Stanford University and Silicon Graphics + Japanese patc .include <bsd.port.pre.mk> +.if ${OSVERSION} > 502112 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + # Warning: we cannot use USE_IMAKE. .if ${XFREE86_VERSION} == 3 BUILD_DEPENDS= imake:${PORTSDIR}/devel/imake |