From 34be723cac2c3add8f726c33ffb7c1622f4a748d Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 23 Feb 2004 03:57:40 +0000 Subject: This is broken everywhere except for i386 4.x. --- net/freewais-sf/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'net/freewais-sf') diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile index 07702d8..0e228cd 100644 --- a/net/freewais-sf/Makefile +++ b/net/freewais-sf/Makefile @@ -31,6 +31,10 @@ MAN3= ftw.3 regexp.3 scandir.3 .include +.if ${ARCH} != "i386" || ${OSVERSION} >= 502102 +BROKEN= "Does not compile" +.endif + post-extract: ${CP} ${FILESDIR}/freebsd.sh ${WRKSRC}/hints -- cgit v1.1