diff options
author | kris <kris@FreeBSD.org> | 2006-08-17 03:36:03 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2006-08-17 03:36:03 +0800 |
commit | 7f6166668e2651185deaa1e10f52a14ebd0cf787 (patch) | |
tree | 6a29ab0b187f6efa0fd8ea4fc29f8fe1107d1bca | |
parent | 9450f476e97977693bbd1f8be4e0447cd2360434 (diff) | |
download | freebsd-ports-gnome-7f6166668e2651185deaa1e10f52a14ebd0cf787.tar.gz freebsd-ports-gnome-7f6166668e2651185deaa1e10f52a14ebd0cf787.tar.zst freebsd-ports-gnome-7f6166668e2651185deaa1e10f52a14ebd0cf787.zip |
Only broken on 5.x and below.
-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: |