diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 23:45:15 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-06 23:45:15 +0000 |
commit | f9b5468a4828e757356841988f64c245f3962388 (patch) | |
tree | 8d2b936aefa91fb2b50afc8a64bc648a4043b9b1 /lang/gauche | |
parent | 52a140742cfdfeab1367ed293d2f45dda2c77c88 (diff) | |
download | ports-f9b5468a4828e757356841988f64c245f3962388.tar.gz ports-f9b5468a4828e757356841988f64c245f3962388.zip |
Notes
Diffstat (limited to 'lang/gauche')
-rw-r--r-- | lang/gauche/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 1b84e64d6dbd..0b634e9cc965 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -43,6 +43,12 @@ USE_REINPLACE= yes INSTALLS_SHLIB= yes INFO= gauche-refe gauche-refj +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" && ${ARCH} != "alpha" +BROKEN= "Does not compile on !i386 and !alpha (due to included boehm-gc)" +.endif + post-build: ${REINPLACE_CMD} 's/gauche-refj. info/gauche-refj.info/' ${WRKSRC}/doc/gauche-refj.info @@ -60,4 +66,4 @@ post-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |