diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2007-04-13 23:24:44 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2007-04-13 23:24:44 +0000 |
commit | 456148c75ef9fc193da876725215aea012b9f06a (patch) | |
tree | a76103299fa9e943ca4ffd3ee4c4ec7a4b909fb1 /devel/p5-glib2/Makefile | |
parent | a0b5d904dd573bb0acaa98d203adb395d6e5a42a (diff) | |
download | pkgsrc-456148c75ef9fc193da876725215aea012b9f06a.tar.gz |
Update to 1.144:
bugfixes, support for more modules, Makefiles converted for BSD make,
etc.
Diffstat (limited to 'devel/p5-glib2/Makefile')
-rw-r--r-- | devel/p5-glib2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/p5-glib2/Makefile b/devel/p5-glib2/Makefile index b0985bb7db5..76dd1ee8cf9 100644 --- a/devel/p5-glib2/Makefile +++ b/devel/p5-glib2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/08/24 08:37:47 xtraeme Exp $ +# $NetBSD: Makefile,v 1.18 2007/04/13 23:24:44 xtraeme Exp $ # DISTNAME= Glib-${DIST_VERSION} @@ -15,9 +15,9 @@ DEPENDS+= p5-ExtUtils-PkgConfig>=1.03:../../devel/p5-ExtUtils-PkgConfig PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= pkg-config -DIST_VERSION= 1.120 +DIST_VERSION= 1.144 PERL5_PACKLIST= auto/Glib/.packlist |