diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-12-14 00:14:54 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-12-14 00:14:54 +0800 |
commit | fcafde0db82dff03db12c732fdfb084fac2eeb28 (patch) | |
tree | 4a747851228b4917294a3e360ad31e0ef2db8f8d /lang/yarv/Makefile | |
parent | a763aa8073f5a837e1949205f0fea54ba8d7b413 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |