aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorclsung <clsung@FreeBSD.org>2006-07-11 10:28:08 +0800
committerclsung <clsung@FreeBSD.org>2006-07-11 10:28:08 +0800
commite2518c96871e86efc9ffbe4db5fb84bbe9163168 (patch)
treea07763117deed86af31194b71eca0cb1c3803d17 /textproc
parent73821ddae213db725c1511b61051b3be439d44f1 (diff)
downloadfreebsd-ports-gnome-e2518c96871e86efc9ffbe4db5fb84bbe9163168.tar.gz
freebsd-ports-gnome-e2518c96871e86efc9ffbe4db5fb84bbe9163168.tar.zst
freebsd-ports-gnome-e2518c96871e86efc9ffbe4db5fb84bbe9163168.zip
- Does not build on sparc64
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-WordNet-Similarity/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/p5-WordNet-Similarity/Makefile b/textproc/p5-WordNet-Similarity/Makefile
index fadb398321fd..4bbdca3f9c5c 100644
--- a/textproc/p5-WordNet-Similarity/Makefile
+++ b/textproc/p5-WordNet-Similarity/Makefile
@@ -62,4 +62,8 @@ post-patch:
IGNORE= requires perl 5.6.x or later. Install lang/perl5 then try again
.endif
+.if ${ARCH} == "sparc64"
+BROKEN= Does not build on sparc64
+.endif
+
.include <bsd.port.post.mk>