diff options
author | kris <kris@FreeBSD.org> | 2004-04-04 09:35:39 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-04-04 09:35:39 +0800 |
commit | 1ae8c86cdefce2703daea3440773d0175441f5e3 (patch) | |
tree | b720ade454c8b75c7086f1efdbf0927fb6c98715 | |
parent | 2d07233fca9a4b3301f7259b8d4790d1d9831e98 (diff) | |
download | freebsd-ports-gnome-1ae8c86cdefce2703daea3440773d0175441f5e3.tar.gz freebsd-ports-gnome-1ae8c86cdefce2703daea3440773d0175441f5e3.tar.zst freebsd-ports-gnome-1ae8c86cdefce2703daea3440773d0175441f5e3.zip |
Slave port ruby18_static is BROKEN on amd64: Configure fails
-rw-r--r-- | lang/ruby16_static/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile index 3b7a4a5a28e5..727f19d65325 100644 --- a/lang/ruby16_static/Makefile +++ b/lang/ruby16_static/Makefile @@ -23,6 +23,10 @@ RUBY_VER?= 1.6 .include <bsd.port.pre.mk> +.if ${ARCH} == "amd64" +BROKEN= "Configure fails on amd64" +.endif + # Beware, because gdbm is under GPL, you must treat the whole binary # as GPL says if you include gdbm in it. EXT_PORTS= databases/ruby-bdb1 |