diff options
Diffstat (limited to 'devel/ruby-textbuf/Makefile')
-rw-r--r-- | devel/ruby-textbuf/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/devel/ruby-textbuf/Makefile b/devel/ruby-textbuf/Makefile index 3b501f6..79b4849 100644 --- a/devel/ruby-textbuf/Makefile +++ b/devel/ruby-textbuf/Makefile @@ -24,11 +24,7 @@ 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 +BROKEN= "Does not compile" do-install: .if !defined(NOPORTDOCS) @@ -44,4 +40,4 @@ do-install: .endfor .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |