aboutsummaryrefslogtreecommitdiffstats
path: root/lang/yarv/Makefile
diff options
context:
space:
mode:
authoralepulver <alepulver@FreeBSD.org>2006-12-14 00:14:54 +0800
committeralepulver <alepulver@FreeBSD.org>2006-12-14 00:14:54 +0800
commitfcafde0db82dff03db12c732fdfb084fac2eeb28 (patch)
tree4a747851228b4917294a3e360ad31e0ef2db8f8d /lang/yarv/Makefile
parenta763aa8073f5a837e1949205f0fea54ba8d7b413 (diff)
downloadfreebsd-ports-gnome-fcafde0db82dff03db12c732fdfb084fac2eeb28.tar.gz
freebsd-ports-gnome-fcafde0db82dff03db12c732fdfb084fac2eeb28.tar.zst
freebsd-ports-gnome-fcafde0db82dff03db12c732fdfb084fac2eeb28.zip
- Mark BROKEN for ia64.
Reported by: pointyhat
Diffstat (limited to 'lang/yarv/Makefile')
-rw-r--r--lang/yarv/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/yarv/Makefile b/lang/yarv/Makefile
index 57327523c412..406f6fc2ae8e 100644
--- a/lang/yarv/Makefile
+++ b/lang/yarv/Makefile
@@ -29,6 +29,10 @@ OPTIONS= DEBUG "Enable debugging information" off \
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64"
+BROKEN= does not build
+.endif
+
.if ${OSVERSION} >= 400014
CONFIGURE_ARGS+=--enable-ipv6
.if ${OSVERSION} < 500000