diff options
author | kris <kris@FreeBSD.org> | 2004-02-26 17:33:38 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-02-26 17:33:38 +0800 |
commit | 2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03 (patch) | |
tree | 337339b4a9a359c6ef174b905c8c852558100de3 /textproc/ruby-wordnet | |
parent | d5bcf7afac17ad0e30e763d978c374356b16d3d5 (diff) | |
download | freebsd-ports-gnome-2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03.tar.gz freebsd-ports-gnome-2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03.tar.zst freebsd-ports-gnome-2c53f1f0924a7b1d3b9c96d3dd9dd79ae5a6df03.zip |
BROKEN on !i386: Does not compile
Diffstat (limited to 'textproc/ruby-wordnet')
-rw-r--r-- | textproc/ruby-wordnet/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/textproc/ruby-wordnet/Makefile b/textproc/ruby-wordnet/Makefile index 6780521fbc06..4459a5c7629b 100644 --- a/textproc/ruby-wordnet/Makefile +++ b/textproc/ruby-wordnet/Makefile @@ -31,6 +31,10 @@ DOCS= ChangeLog README TODO doc .include <bsd.port.pre.mk> +.if ${ARCH} != "i386" +BROKEN= "Does not compile on !i386" +.endif + .if ${RUBY_VER} < 1.8 IGNORE= only works with ruby 1.8 or later .endif |