diff options
author | wiz <wiz@pkgsrc.org> | 2000-06-13 10:40:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-06-13 10:40:24 +0000 |
commit | 4a72b8b121e16844de81a06ee68a1fa6cf242ab0 (patch) | |
tree | 1e23fe3d56a80c461970083048edf491f93760cb /lang | |
parent | 9bbcfeb56d6c55ba65f47b32a84ed290c5cfca80 (diff) | |
download | pkgsrc-4a72b8b121e16844de81a06ee68a1fa6cf242ab0.tar.gz |
change dependency from gdbm-1.7.3 to gdbm>=1.7.3
Diffstat (limited to 'lang')
-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 ab95405e91a..44542e30460 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/04/18 10:46:08 sakamoto Exp $ +# $NetBSD: Makefile,v 1.14 2000/06/13 10:40:26 wiz Exp $ # DISTNAME= ruby-1.4.4 @@ -15,7 +15,7 @@ MAINTAINER= sakamoto@netbsd.org HOMEPAGE= http://www.ruby-lang.org/ BUILD_DEPENDS= ${LOCALBASE}/bin/bison:../../devel/bison -DEPENDS+= gdbm-1.7.3:../../databases/gdbm +DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= readline-4.0:../../devel/readline BUILD_DEFS+= USE_INET6 |