diff options
author | tron <tron@pkgsrc.org> | 2000-07-20 15:40:58 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-07-20 15:40:58 +0000 |
commit | ebcef6eadfef276aab64d4cc2588efc5f7c3a96f (patch) | |
tree | b355bc0409bcbd77cbd491ea0b0672b366e96cee /lang/ruby | |
parent | 5ce1af6b37ab8362ab9b82cc12c11b71e42eaf2e (diff) | |
download | pkgsrc-ebcef6eadfef276aab64d4cc2588efc5f7c3a96f.tar.gz |
Depend on version 4.0 or newer of the "readline" package.
Diffstat (limited to 'lang/ruby')
-rw-r--r-- | lang/ruby/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 11f5507e355..940a921fc3e 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/07/03 07:31:35 sakamoto Exp $ +# $NetBSD: Makefile,v 1.16 2000/07/20 15:41:05 tron Exp $ # DISTNAME= ruby-1.4.5 @@ -16,7 +16,7 @@ HOMEPAGE= http://www.ruby-lang.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison DEPENDS+= gdbm>=1.7.3:../../databases/gdbm -DEPENDS+= readline-4.0:../../devel/readline +DEPENDS+= readline>=4.0:../../devel/readline BUILD_DEFS+= USE_INET6 |