diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-02-05 08:52:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-02-05 08:52:39 +0000 |
commit | 22517d8491948924a4dadde67a6a4a0aa5444981 (patch) | |
tree | 832ab7aec5768b2c616840f9390d370ba4e65bb9 | |
parent | BROKEN on 5.x: Does not compile (diff) |
BROKEN on 5.x: Does not compile
Notes
Notes:
svn path=/head/; revision=100037
-rw-r--r-- | japanese/prn/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/japanese/prn/Makefile b/japanese/prn/Makefile index f797d41b2d63..15d1874a917f 100644 --- a/japanese/prn/Makefile +++ b/japanese/prn/Makefile @@ -21,4 +21,10 @@ MANLANG= ja MAN1= prn.1 cprn.1 cmt.1 psconv.1 MAN5= cmtdefs.5 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502000 +BROKEN= "Does not compile" +.endif + +.include <bsd.port.post.mk> |