diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 01:35:26 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 01:35:26 +0000 |
commit | 0a0a8942d9e4c307e9daa4c0330b1cc2e93f193a (patch) | |
tree | 51b709d3070ce5894866ea896b1ef96226b85c66 /math/ruby-math3d/Makefile | |
parent | e762049569b874fd4481ec8dc37cd7943ad68803 (diff) | |
download | ports-0a0a8942d9e4c307e9daa4c0330b1cc2e93f193a.tar.gz ports-0a0a8942d9e4c307e9daa4c0330b1cc2e93f193a.zip |
Notes
Diffstat (limited to 'math/ruby-math3d/Makefile')
-rw-r--r-- | math/ruby-math3d/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/math/ruby-math3d/Makefile b/math/ruby-math3d/Makefile index d34da2b015da..d5a1219e7ada 100644 --- a/math/ruby-math3d/Makefile +++ b/math/ruby-math3d/Makefile @@ -20,11 +20,7 @@ USE_RUBY_EXTCONF= yes INSTALL_TARGET= site-install -.include <bsd.port.pre.mk> - -.if ${ARCH} != "i386" -BROKEN= "Does not compile on !i386" -.endif +BROKEN= "Does not compile" pre-patch: cd ${WRKSRC}; ${RUBY} -i -pe 'sub(/\r/, "")' *.[ch] @@ -36,4 +32,4 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/manual.jis ${RUBY_MODDOCDIR}/ja/ .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |