From 007f70e8120b3de2df59561bb14f94daaf5f4ebf Mon Sep 17 00:00:00 2001 From: steven Date: Tue, 2 Sep 2008 21:08:29 +0000 Subject: [PATCH] add MODRUBY_LIB_DEPENDS. ok bernd@ --- lang/ruby/ruby.port.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lang/ruby/ruby.port.mk b/lang/ruby/ruby.port.mk index a317572d4e1..7b86544798d 100644 --- a/lang/ruby/ruby.port.mk +++ b/lang/ruby/ruby.port.mk @@ -1,4 +1,4 @@ -# $OpenBSD: ruby.port.mk,v 1.19 2008/06/14 23:40:35 landry Exp $ +# $OpenBSD: ruby.port.mk,v 1.20 2008/09/02 21:08:29 steven Exp $ # ruby module @@ -7,6 +7,7 @@ MODRUBY_REV= 1.8 RUBY= ${LOCALBASE}/bin/ruby MODRUBY_RUN_DEPENDS+= ::lang/ruby +MODRUBY_LIB_DEPENDS+= ruby.>=2::lang/ruby BUILD_DEPENDS+= ::lang/ruby RUN_DEPENDS+= ${MODRUBY_RUN_DEPENDS}