diff options
-rw-r--r-- | devel/ruby-textbuf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile index ae89e564fc93..3b501f68e946 100644 --- a/devel/ruby-textbuf/Makefile +++ b/devel/ruby-textbuf/Makefile @@ -24,6 +24,12 @@ USE_RUBY_SETUP= yes DOCS_EN= README.en DOCS_JA= README.ja +.include <bsd.port.pre.mk> + +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + do-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR}/ja @@ -38,4 +44,4 @@ do-install: .endfor .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |