From f21d81ffc5fae687b37fee5bc65256c4c520da09 Mon Sep 17 00:00:00 2001 From: kris Date: Sat, 5 Oct 2002 21:28:22 +0000 Subject: Mark BROKEN on 4.x; does not compile --- devel/fhist/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'devel/fhist') diff --git a/devel/fhist/Makefile b/devel/fhist/Makefile index c05893f60f92..662866bae11e 100644 --- a/devel/fhist/Makefile +++ b/devel/fhist/Makefile @@ -15,6 +15,12 @@ MASTER_SITES= http://www.canb.auug.org.au/~millerp/ \ MAINTAINER= jkoshy@freebsd.org +.include + +.if ${OSVERSION} <= 500000 +BROKEN= "Does not compile" +.endif + MAN1= fcomp.1 fhist.1 fmerge.1 ALL_TARGET= binaries INSTALL_TARGET= install-bin @@ -32,4 +38,4 @@ post-install: ${INSTALL_MAN} tmp ${PREFIX}/man/man1/${file}.1) .endfor -.include +.include -- cgit