diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2007-10-04 06:21:46 +0000 |
commit | b448c924112a2914f0569c0bcec9690b9fa159cd (patch) | |
tree | 69d410f5d69f08b523a59ea57e83f8424e28807e /textproc/heirloom-doctools/Makefile | |
parent | cc82ac7af1a4b4743ab599432b8c7f24a774e0c8 (diff) | |
download | ports-b448c924112a2914f0569c0bcec9690b9fa159cd.tar.gz ports-b448c924112a2914f0569c0bcec9690b9fa159cd.zip |
Notes
Diffstat (limited to 'textproc/heirloom-doctools/Makefile')
-rw-r--r-- | textproc/heirloom-doctools/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/heirloom-doctools/Makefile b/textproc/heirloom-doctools/Makefile index 94e90961f973..d2fa2d68944d 100644 --- a/textproc/heirloom-doctools/Makefile +++ b/textproc/heirloom-doctools/Makefile @@ -58,9 +58,7 @@ DOCS= CHANGES FONTS NEWS PDFS README \ .include <bsd.port.pre.mk> -.if ${OSVERSION} < 500000 -IGNORE= Does not compile on FreeBSD 4.x -.elif ${OSVERSION} < 600000 +.if ${OSVERSION} < 600000 BROKEN= fails to install on FreeBSD 5.x .endif |