diff options
author | kris <kris@FreeBSD.org> | 2004-04-12 09:36:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-12 09:36:05 +0800 |
commit | 3e385bc666f2a89a1da9477fcae084a9789b3c9b (patch) | |
tree | ec8abe483576901670a0ec1b829781107b4d3a89 /devel/ruby-textbuf | |
parent | 7361a1867435c02c8c699266dba0591d5aa43f0f (diff) | |
download | freebsd-ports-gnome-3e385bc666f2a89a1da9477fcae084a9789b3c9b.tar.gz freebsd-ports-gnome-3e385bc666f2a89a1da9477fcae084a9789b3c9b.tar.zst freebsd-ports-gnome-3e385bc666f2a89a1da9477fcae084a9789b3c9b.zip |
BROKEN: This is also broken on i386
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> |