diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 01:36:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-12 01:36:05 +0000 |
commit | f72938e99b70b27fc8a8243fc5298655d2b0e51b (patch) | |
tree | 6d0255b76dd11d0654cc2748811d13eab0e3c496 /devel/ruby-textbuf | |
parent | 0a0a8942d9e4c307e9daa4c0330b1cc2e93f193a (diff) |
Notes
Diffstat (limited to 'devel/ruby-textbuf')
-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 3b501f68e946..79b4849ac40a 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> |