diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 01:52:43 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 01:52:43 +0000 |
commit | a5f4cff6c928ef48265f6611c6390228556e164d (patch) | |
tree | d0ed399e1dc74f0c3fc5873c9c79eba087d54d81 /japanese | |
parent | ef9c8e51673c471ffcff1686835bc63d81b1938e (diff) | |
download | FreeBSD-ports-a5f4cff6c928ef48265f6611c6390228556e164d.zip FreeBSD-ports-a5f4cff6c928ef48265f6611c6390228556e164d.tar.gz |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/dvi2ps/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile index d4fa1ad..18095f3 100644 --- a/japanese/dvi2ps/Makefile +++ b/japanese/dvi2ps/Makefile @@ -23,6 +23,10 @@ MANLANG= "" ja .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + post-patch: @(cd ${WRKSRC}; make newlib) |