aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2006-11-01 22:21:30 +0000
committerStanislav Sedov <stas@FreeBSD.org>2006-11-01 22:21:30 +0000
commit014fc31f8414c5fa5072c027007e23d704761c1a (patch)
tree5cc0c7d6e852fac60ee58c2567780686ba1bde94 /lang
parentff6096bf42123fd64be94f5b3929960c3fb5d2e1 (diff)
downloadports-014fc31f8414c5fa5072c027007e23d704761c1a.tar.gz
ports-014fc31f8414c5fa5072c027007e23d704761c1a.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/Sather/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/lang/Sather/Makefile b/lang/Sather/Makefile
index 1382fce44db0..fa11f045a65c 100644
--- a/lang/Sather/Makefile
+++ b/lang/Sather/Makefile
@@ -13,7 +13,7 @@ CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ${PORTNAME}
-MAINTAINER= ssedov@mbsd.msk.ru
+MAINTAINER= stas@FreeBSD.org
COMMENT= Sather compiler
#
@@ -43,6 +43,10 @@ PORTDOCS= *
.include <bsd.port.pre.mk>
+.if ${ARCH} == "ia64"
+BROKEN= boehm-gc is broken on ia64
+.endif
+
BC_DIR!= cd ${PORTSDIR}/devel/boehm-gc && ${MAKE} -V WRKSRC
# XXX: exists untill it will be committed to bsd.port.mk