diff options
author | kris <kris@FreeBSD.org> | 2004-02-09 09:52:43 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-09 09:52:43 +0800 |
commit | a5f4cff6c928ef48265f6611c6390228556e164d (patch) | |
tree | d0ed399e1dc74f0c3fc5873c9c79eba087d54d81 /japanese/dvi2ps/Makefile | |
parent | ef9c8e51673c471ffcff1686835bc63d81b1938e (diff) | |
download | freebsd-ports-gnome-a5f4cff6c928ef48265f6611c6390228556e164d.tar.gz freebsd-ports-gnome-a5f4cff6c928ef48265f6611c6390228556e164d.tar.zst freebsd-ports-gnome-a5f4cff6c928ef48265f6611c6390228556e164d.zip |
BROKEN on 5.x: Does not compile
Diffstat (limited to 'japanese/dvi2ps/Makefile')
-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 d4fa1add935a..18095f35be58 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) |