diff options
-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> |