summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-09-27 23:07:22 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-09-27 23:07:22 +0000
commit041d1cac42117010b7220692667854e6f3306a1c (patch)
treee2f71f5f1e2384ade9f6b3d875130e17b32219e6 /lang
parentCorrect case of IGNORE string (diff)
ruby18_static builds on amd64
Approved by: portmgr (self)
Notes
Notes: svn path=/head/; revision=118467
Diffstat (limited to 'lang')
-rw-r--r--lang/ruby16_static/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby16_static/Makefile b/lang/ruby16_static/Makefile
index 727f19d65325..fdc5efd96518 100644
--- a/lang/ruby16_static/Makefile
+++ b/lang/ruby16_static/Makefile
@@ -23,7 +23,7 @@ RUBY_VER?= 1.6
.include <bsd.port.pre.mk>
-.if ${ARCH} == "amd64"
+.if ${ARCH} == "amd64" && ${RUBY_VER} == 1.6
BROKEN= "Configure fails on amd64"
.endif