diff options
author | kris <kris@FreeBSD.org> | 2004-02-23 05:02:04 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-23 05:02:04 +0000 |
commit | 2566731c17bdadcab15c14efd61a88fca3ab2df7 (patch) | |
tree | 303ea91aed47e88be1f72c3cc16895418a1c2b8c /math | |
parent | afb88b4b8be928b9efd9711b7c98590866ec41ae (diff) | |
download | FreeBSD-ports-2566731c17bdadcab15c14efd61a88fca3ab2df7.zip FreeBSD-ports-2566731c17bdadcab15c14efd61a88fca3ab2df7.tar.gz |
BROKEN on !i386: Does not compile
Diffstat (limited to 'math')
-rw-r--r-- | math/ruby-math3d/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/math/ruby-math3d/Makefile b/math/ruby-math3d/Makefile index 69f130b..d34da2b 100644 --- a/math/ruby-math3d/Makefile +++ b/math/ruby-math3d/Makefile @@ -20,6 +20,12 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + pre-patch: cd ${WRKSRC}; ${RUBY} -i -pe 'sub(/\r/, "")' *.[ch] @@ -30,4 +36,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/manual.jis ${RUBY_MODDOCDIR}/ja/ .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |