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 | cba1a3d5a71ef30cb4a5cc3b42cbe2133ec473b0 (diff) | |
download | ports-041d1cac42117010b7220692667854e6f3306a1c.tar.gz ports-041d1cac42117010b7220692667854e6f3306a1c.zip |
Notes
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 |