diff options
author | jlam <jlam@pkgsrc.org> | 2000-01-15 18:46:22 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-01-15 18:46:22 +0000 |
commit | 24ef86f8700ca8c58655404f4725425326dd8b9a (patch) | |
tree | c6a93602074e7aa963f2e7e309c2647a417b3145 /lang/ruby/Makefile | |
parent | c5d40ff7ecb7e80efb9e81623cf30048c1add72f (diff) | |
download | pkgsrc-24ef86f8700ca8c58655404f4725425326dd8b9a.tar.gz |
Update dependency on ncurses to >=4.2
Diffstat (limited to 'lang/ruby/Makefile')
-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 03c0a06e7a1..50d388aea70 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/12/14 07:16:04 sakamoto Exp $ +# $NetBSD: Makefile,v 1.8 2000/01/15 18:46:29 jlam Exp $ # DISTNAME= ruby-1.4.3 @@ -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+= ncurses-4.2:../../devel/ncurses +DEPENDS+= ncurses>=4.2:../../devel/ncurses DEPENDS+= readline-4.0:../../devel/readline GNU_CONFIGURE= yes |