diff options
author | taca <taca@pkgsrc.org> | 2008-06-19 15:14:44 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2008-06-19 15:14:44 +0000 |
commit | fc93ea6ff3fc210688e895c55aa9fa038d334b9e (patch) | |
tree | f4166ae6f4918f08a2597160b9feb5c392fd976e | |
parent | 6733cb1e5f9fbdfedb46bd018e46d119dd20ba10 (diff) | |
download | pkgsrc-fc93ea6ff3fc210688e895c55aa9fa038d334b9e.tar.gz |
Update to ruby-gnome2-gnome to 0.17.0rc1 to build with newer gnome packages.
-rw-r--r-- | x11/ruby-gnome2-gnome/Makefile | 7 | ||||
-rw-r--r-- | x11/ruby-gnome2-gnome/PLIST | 6 |
2 files changed, 6 insertions, 7 deletions
diff --git a/x11/ruby-gnome2-gnome/Makefile b/x11/ruby-gnome2-gnome/Makefile index b057bb4d67b..88cfbc5099d 100644 --- a/x11/ruby-gnome2-gnome/Makefile +++ b/x11/ruby-gnome2-gnome/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.13 2008/03/06 14:53:57 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2008/06/19 15:14:44 taca Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-gnome2-gnome-${VERSION} -COMMENT= Ruby binding of libgnome/libgnomeui-2.x -PKGREVISION= 5 CATEGORIES= gnome x11 +COMMENT= Ruby binding of libgnome/libgnomeui-2.x CONFLICTS+= ruby-gnome2-gnome-[0-9]* -RUBY_EXTCONF_SUBDIRS= gnome +RUBY_EXTCONF_SUBDIRS= glib gnome DEPENDS+= ${RUBY_PKGPREFIX}-gnome2-gnomecanvas>=${VERSION}:../../graphics/ruby-gnome2-gnomecanvas diff --git a/x11/ruby-gnome2-gnome/PLIST b/x11/ruby-gnome2-gnome/PLIST index f2f212625af..d095c1ead13 100644 --- a/x11/ruby-gnome2-gnome/PLIST +++ b/x11/ruby-gnome2-gnome/PLIST @@ -1,3 +1,3 @@ -@comment $NetBSD: PLIST,v 1.1.1.1 2006/01/15 16:35:36 minskim Exp $ -${RUBY_SITELIBDIR}/gnome2.rb -${RUBY_SITEARCHLIBDIR}/gnome2.${RUBY_DLEXT} +@comment $NetBSD: PLIST,v 1.2 2008/06/19 15:14:44 taca Exp $ +${RUBY_VENDORLIB}/gnome2.rb +${RUBY_VENDORARCHLIB}/gnome2.${RUBY_DLEXT} |