diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-27 23:07:22 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-27 23:07:22 +0000 |
commit | 041d1cac42117010b7220692667854e6f3306a1c (patch) | |
tree | e2f71f5f1e2384ade9f6b3d875130e17b32219e6 /lang/ruby16_static | |
parent | Correct 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/ruby16_static')
-rw-r--r-- | lang/ruby16_static/Makefile | 2 |
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 |