diff options
author | kris <kris@FreeBSD.org> | 2002-10-06 05:28:22 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-10-06 05:28:22 +0800 |
commit | f21d81ffc5fae687b37fee5bc65256c4c520da09 (patch) | |
tree | cd349716733bf403014449ddb4d69eeed279c9f3 /devel/fhist | |
parent | 8052b968950d1821a21549e4657f6828f4b0b1f8 (diff) | |
download | freebsd-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/Makefile | 8 |
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> |