diff options
Diffstat (limited to 'lang/Sather/Makefile')
-rw-r--r-- | lang/Sather/Makefile | 6 |
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 |