From 62fbd584d77b79f824201e0ba158e7c7345e7818 Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 20 Jul 2000 15:40:58 +0000 Subject: Depend on version 4.0 or newer of the "readline" package. --- lang/ruby/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/ruby') 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 -- cgit v1.2.3