diff options
author | wiz <wiz@pkgsrc.org> | 2010-09-03 22:33:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-09-03 22:33:32 +0000 |
commit | d8eb113f700eb16a874a1e8a44ea39f07352c85c (patch) | |
tree | d2b2efec8205f4394cd55ccd0557614187f67ee4 /x11/p5-gtk2/Makefile | |
parent | cecef69d6438ad8d6659d99905646e5f7fac80b8 (diff) | |
download | pkgsrc-d8eb113f700eb16a874a1e8a44ea39f07352c85c.tar.gz |
Update to 1.221:
Overview of changes in Gtk2 1.221
=================================
* Properly wrap the binding for gtk_binding_entry_skip in version guards.
* Fix some build and test failures.
Diffstat (limited to 'x11/p5-gtk2/Makefile')
-rw-r--r-- | x11/p5-gtk2/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/p5-gtk2/Makefile b/x11/p5-gtk2/Makefile index 8f5fb4b59df..780d3e7c3b3 100644 --- a/x11/p5-gtk2/Makefile +++ b/x11/p5-gtk2/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.33 2010/08/21 16:37:14 seb Exp $ +# $NetBSD: Makefile,v 1.34 2010/09/03 22:33:32 wiz Exp $ DISTNAME= Gtk2-${DIST_VER} PKGNAME= p5-gtk2-${DIST_VER} -PKGREVISION= 3 CATEGORIES= x11 perl5 MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gtk2-perl/} @@ -20,7 +19,7 @@ DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig USE_TOOLS+= pkg-config -DIST_VER= 1.220 +DIST_VER= 1.221 PERL5_PACKLIST= auto/Gtk2/.packlist |