diff options
author | salo <salo@pkgsrc.org> | 2003-11-25 12:08:00 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-11-25 12:08:00 +0000 |
commit | 1dbcea5c747a116a1536a4b295241378ec058bf4 (patch) | |
tree | 85eb6cf4f3c905c48387227d5adb46d6fcc17624 /x11/p5-gtk/Makefile.common | |
parent | a78565c8dbbb93f0db1d8f8ccd91578133bb2f63 (diff) | |
download | pkgsrc-1dbcea5c747a116a1536a4b295241378ec058bf4.tar.gz |
Updated to 0.7009. Fixes build with perl 5.8.x.
Addresses PR pkg/23209 by Christian Gall.
Diffstat (limited to 'x11/p5-gtk/Makefile.common')
-rw-r--r-- | x11/p5-gtk/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/p5-gtk/Makefile.common b/x11/p5-gtk/Makefile.common index 15c901c85f7..8a6410bfdf0 100644 --- a/x11/p5-gtk/Makefile.common +++ b/x11/p5-gtk/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.1 2003/06/23 07:14:48 mrg Exp $ +# $NetBSD: Makefile.common,v 1.2 2003/11/25 12:08:00 salo Exp $ # # common things for p5-gtk based packages -GTKPERL_VERSION= 0.7008 +GTKPERL_VERSION= 0.7009 DISTNAME= Gtk-Perl-${GTKPERL_VERSION} CATEGORIES= x11 perl5 |