diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-04-04 01:35:39 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-04-04 01:35:39 +0000 |
commit | 5f4841248dafb23fb3e624d33d14edf887b5704b (patch) | |
tree | 603533314b812a979c4846c94ea6ee2cc0da89c1 /lang/ruby16_static | |
parent | e2b8201d4a3a7031c4b1d5ab394f0321037faca1 (diff) | |
download | ports-5f4841248dafb23fb3e624d33d14edf887b5704b.tar.gz ports-5f4841248dafb23fb3e624d33d14edf887b5704b.zip |
Notes
Diffstat (limited to 'lang/ruby16_static')
-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 |