aboutsummaryrefslogtreecommitdiffstats
path: root/devel/fhist
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-10-06 05:28:22 +0800
committerkris <kris@FreeBSD.org>2002-10-06 05:28:22 +0800
commitf21d81ffc5fae687b37fee5bc65256c4c520da09 (patch)
treecd349716733bf403014449ddb4d69eeed279c9f3 /devel/fhist
parent8052b968950d1821a21549e4657f6828f4b0b1f8 (diff)
downloadfreebsd-ports-gnome-f21d81ffc5fae687b37fee5bc65256c4c520da09.tar.gz
freebsd-ports-gnome-f21d81ffc5fae687b37fee5bc65256c4c520da09.tar.zst
freebsd-ports-gnome-f21d81ffc5fae687b37fee5bc65256c4c520da09.zip
Mark BROKEN on 4.x; does not compile
Diffstat (limited to 'devel/fhist')
-rw-r--r--devel/fhist/Makefile8
1 files changed, 7 insertions, 1 deletions
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 <bsd.port.pre.mk>
+
+.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 <bsd.port.mk>
+.include <bsd.port.post.mk>