diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-06-15 18:18:05 +0800 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-06-15 18:18:05 +0800 |
commit | c8e1403e0d0c8401f852412bc6152c10a13ad3e5 (patch) | |
tree | fb1f60f915e60fac93e0db001dcf6df70395f62b /japanese | |
parent | 4af7c839c87a08df7a2cac56a3aa7ab147c546bf (diff) | |
download | freebsd-ports-gnome-c8e1403e0d0c8401f852412bc6152c10a13ad3e5.tar.gz freebsd-ports-gnome-c8e1403e0d0c8401f852412bc6152c10a13ad3e5.tar.zst freebsd-ports-gnome-c8e1403e0d0c8401f852412bc6152c10a13ad3e5.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'japanese')
-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 cc076ddd74e9..a4679daa2755 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 |