summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-02-23 03:57:40 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-02-23 03:57:40 +0000
commit20e0da18a2abcaaa748eb80278e760a25999168f (patch)
treecd90fa21ca6734bef9d35b523c4f2cd889495704
parentBROKEN on alpha 5.x: does not compile (diff)
This is broken everywhere except for i386 4.x.
Notes
Notes: svn path=/head/; revision=101806
-rw-r--r--net/freewais-sf/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/net/freewais-sf/Makefile b/net/freewais-sf/Makefile
index 07702d805300..0e228cd48be9 100644
--- a/net/freewais-sf/Makefile
+++ b/net/freewais-sf/Makefile
@@ -31,6 +31,10 @@ MAN3= ftw.3 regexp.3 scandir.3
.include <bsd.port.pre.mk>
+.if ${ARCH} != "i386" || ${OSVERSION} >= 502102
+BROKEN= "Does not compile"
+.endif
+
post-extract:
${CP} ${FILESDIR}/freebsd.sh ${WRKSRC}/hints