diff options
author | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2005-01-28 14:08:01 +0000 |
commit | c879597001d5ea5ee3658d9d7cac668dd5ddc515 (patch) | |
tree | 9cf6619510831f4eb9e9674ceb40e93ec754e856 /x11/ruby-gtk | |
parent | e1f96ba5795bfeca8f1660f259ce8f0ca41a16db (diff) | |
download | pkgsrc-c879597001d5ea5ee3658d9d7cac668dd5ddc515.tar.gz |
Add RUBY_HAS_ARCHLIB which have machine dependent extention libraries.
Bump PKG_REVISION.
Diffstat (limited to 'x11/ruby-gtk')
-rw-r--r-- | x11/ruby-gtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/ruby-gtk/Makefile b/x11/ruby-gtk/Makefile index 9a40eee22ee..494ad729bd3 100644 --- a/x11/ruby-gtk/Makefile +++ b/x11/ruby-gtk/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.28 2004/11/28 05:57:21 taca Exp $ +# $NetBSD: Makefile,v 1.29 2005/01/28 14:08:02 taca Exp $ # FreeBSD: ports/x11-toolkits/ruby-gtk/Makefile,v 1.16 2000/10/15 15:45:59 knu Exp DISTNAME= ruby-gtk-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-gtk-${VERSION} +PKGREVISION= 1 CATEGORIES= x11 ruby MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ruby-gnome/} @@ -11,6 +12,7 @@ HOMEPAGE= http://ruby-gnome.sourceforge.net/ COMMENT= Ruby interface to Gtk+ toolkits VERSION= 0.34 +RUBY_HAS_ARCHLIB= yes USE_BUILDLINK3= yes USE_RUBY_EXTCONF= yes USE_X11= yes |