1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00

Mark BROKEN on 4.x; does not compile

This commit is contained in:
Kris Kennaway 2002-10-05 21:28:22 +00:00
parent 2f1bac96e9
commit f4fdf6dd21
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=67401

View File

@ -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>