summaryrefslogtreecommitdiff
path: root/x11/ruby-gtk/Makefile
diff options
context:
space:
mode:
authorsakamoto <sakamoto@pkgsrc.org>1999-12-14 07:23:20 +0000
committersakamoto <sakamoto@pkgsrc.org>1999-12-14 07:23:20 +0000
commit8d47ba38ad79eec18c0b5433845b86216c962264 (patch)
treeb31c77403bc42fdb8600fe36c03b7b47f122d196 /x11/ruby-gtk/Makefile
parent6a6fde0739e1b71f70f89e4079f7f1c0c5eabd8f (diff)
downloadpkgsrc-8d47ba38ad79eec18c0b5433845b86216c962264.tar.gz
Update ruby-gtk to 0.22
Changes 0.22 from 0.21 some bugfix add more method for gtk/imlib.
Diffstat (limited to 'x11/ruby-gtk/Makefile')
-rw-r--r--x11/ruby-gtk/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile
index 83db0f61ef9..7b31142d517 100644
--- a/x11/ruby-gtk/Makefile
+++ b/x11/ruby-gtk/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.5 1999/11/29 08:20:01 rh Exp $
+# $NetBSD: Makefile,v 1.6 1999/12/14 07:23:20 sakamoto Exp $
# FreeBSD Id: ports/x11-toolkits/ruby-gtk/Makefile,v 1.3 1999/08/31 02:59:33 peter Exp
-DISTNAME= ruby-gtk-0.21
+DISTNAME= ruby-gtk-0.22
CATEGORIES= x11
MASTER_SITES= http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/ \
ftp://ftp.netlab.co.jp/pub/lang/ruby/contrib/ \
@@ -12,9 +12,9 @@ MASTER_SITES= http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/ \
ftp://mirror.nucba.ac.jp/mirror/ruby/contrib/
MAINTAINER= sakamoto@netbsd.org
-HOMEPAGE= http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/gtk.html
+HOMEPAGE= http://www.ueda.info.waseda.ac.jp/~igarashi/ruby/gtk.html.en
-DEPENDS+= ruby-1.4.2:../../lang/ruby
+DEPENDS+= ruby-1.4.*:../../lang/ruby
DEPENDS+= gtk+-1.2.*:../../x11/gtk
DEPENDS+= imlib-*:../../graphics/imlib
@@ -26,7 +26,7 @@ PLIST_SUBST= RUBY_VERSION=${RUBY_VERSION}
RUBY= ${PREFIX}/bin/ruby
do-configure:
- @(cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb ${GTK_CONFIG})
+ @(cd ${WRKSRC}; ${SETENV} ${CONFIGURE_ENV} ${RUBY} extconf.rb)
post-install:
${INSTALL_DATA} ${WRKSRC}/lib/*.rb ${PREFIX}/lib/ruby/${RUBY_VERSION}