diff options
author | fredb <fredb@pkgsrc.org> | 2002-03-21 04:23:37 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2002-03-21 04:23:37 +0000 |
commit | 7160784900c6287d0ef061d8837903985ac5e9ea (patch) | |
tree | ec70b63ea1dc57ba386a9a915eff465ea599ced9 /x11/ruby-gtk | |
parent | cc0facf10665daaa5a4f169b6bcea018622d1d0d (diff) | |
download | pkgsrc-7160784900c6287d0ef061d8837903985ac5e9ea.tar.gz |
Bump PKGREVISION of ruby to reflect the fact that the recent fix to
${MACHINE_GNU_PLATFORM} moved ${RUBY_SITEARCHLIBDIR} on some ports,
and also bump the dependency and PKGREVISION in ruby-gtk, which is
the only package that seems to use that.
Diffstat (limited to 'x11/ruby-gtk')
-rw-r--r-- | x11/ruby-gtk/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile index 9eef3c95813..840dc54f6b5 100644 --- a/x11/ruby-gtk/Makefile +++ b/x11/ruby-gtk/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2002/03/13 17:38:04 fredb Exp $ +# $NetBSD: Makefile,v 1.15 2002/03/21 04:23:38 fredb Exp $ # FreeBSD: ports/x11-toolkits/ruby-gtk/Makefile,v 1.16 2000/10/15 15:45:59 knu Exp DISTNAME= ruby-gtk-0.25 PKGNAME= ${RUBY_PKGNAMEPREFIX}gtk-0.25 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= x11 MASTER_SITES= http://www.ruby-lang.org/gtk/download/ @@ -11,6 +11,8 @@ MAINTAINER= taca@netbsd.org HOMEPAGE= http://www.ruby-lang.org/gtk/en/ COMMENT= Ruby interface to Gtk+ toolkits +DEPENDS+= lang/ruby-base>=1.6.7nb1:../../lang/ruby-base + WRKSRC= ${WRKDIR}/${DISTNAME:S/ruby-//} DIST_SUBDIR= ruby |