diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-05 21:28:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-05 21:28:22 +0000 |
commit | f4fdf6dd21084d3f00a7d8d604bb029f80429e82 (patch) | |
tree | 846082bfa3d48722693c360ef4ed70d8348df421 /devel/fhist/Makefile | |
parent | 2f1bac96e9c2d2a6511652e38603f0f38ac5e6f0 (diff) | |
download | ports-f4fdf6dd21084d3f00a7d8d604bb029f80429e82.tar.gz ports-f4fdf6dd21084d3f00a7d8d604bb029f80429e82.zip |
Mark BROKEN on 4.x; does not compile
Notes
Notes:
svn path=/head/; revision=67401
Diffstat (limited to 'devel/fhist/Makefile')
-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> |