diff options
author | obache <obache> | 2010-11-10 04:47:59 +0000 |
---|---|---|
committer | obache <obache> | 2010-11-10 04:47:59 +0000 |
commit | ca590c2c4d45fa5a1cc1d7ae32372c8a0eb117c8 (patch) | |
tree | 35e2a1814cc46984d47176d6ca788f783655e4a2 /graphics/ruby-clutter-core | |
parent | e401e078086bbfd9425c7866b7b269de6775256e (diff) | |
download | pkgsrc-ca590c2c4d45fa5a1cc1d7ae32372c8a0eb117c8.tar.gz |
Some ABI incompatibilites was introduced at Ruby/GLib2 0.90.3.
(macro changes, need to recompile package using it)
Bump BUILDLINK_ABI_DEPENDS and bump PKGREVISION of two packages using it
(other packages depending on Ruby/GLib2 are part of Ruby/Gnome2 and
already depending on the version).
Diffstat (limited to 'graphics/ruby-clutter-core')
-rw-r--r-- | graphics/ruby-clutter-core/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ruby-clutter-core/Makefile b/graphics/ruby-clutter-core/Makefile index 613109784a4..7b4f84a45a7 100644 --- a/graphics/ruby-clutter-core/Makefile +++ b/graphics/ruby-clutter-core/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.7 2010/09/23 19:26:11 joerg Exp $ +# $NetBSD: Makefile,v 1.8 2010/11/10 04:47:59 obache Exp $ # PKGNAME= ${RUBY_PKGPREFIX}-clutter-core-${VERSION} COMMENT= Ruby binding for Clutter Core library -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= graphics PKG_DESTDIR_SUPPORT= user-destdir |