diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2006-08-16 19:36:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2006-08-16 19:36:03 +0000 |
commit | 9033c54e690c69a737be7241f216cbfcc7d1a8f4 (patch) | |
tree | 986d686f906fdfffc0aee5333c09a63cf1a010f6 /textproc | |
parent | 72aca38e53a94e900b7da20207377e1879ca98c1 (diff) | |
download | ports-9033c54e690c69a737be7241f216cbfcc7d1a8f4.tar.gz ports-9033c54e690c69a737be7241f216cbfcc7d1a8f4.zip |
Notes
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/heirloom-doctools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/heirloom-doctools/Makefile b/textproc/heirloom-doctools/Makefile index c096e2704dd2..94e90961f973 100644 --- a/textproc/heirloom-doctools/Makefile +++ b/textproc/heirloom-doctools/Makefile @@ -14,8 +14,6 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S,0.0.,,} MAINTAINER= hrs@FreeBSD.org COMMENT= Portable and enhanced troff, nroff, and related utilities -BROKEN= fails to install - USE_BZIP2= yes USE_GMAKE= yes ALL_TARGET= #empty @@ -62,6 +60,8 @@ DOCS= CHANGES FONTS NEWS PDFS README \ .if ${OSVERSION} < 500000 IGNORE= Does not compile on FreeBSD 4.x +.elif ${OSVERSION} < 600000 +BROKEN= fails to install on FreeBSD 5.x .endif post-install: |