diff options
author | drochner <drochner@pkgsrc.org> | 2012-01-29 10:46:52 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2012-01-29 10:46:52 +0000 |
commit | 2d9e21800cb73dce4bdaa9f94bb50a206b5be084 (patch) | |
tree | 4c5a7283537f950ade0465f4ea591fbd42216144 /devel/glib2/Makefile.common | |
parent | be25d2dfb9fa4e2b9517cdea6f4943dcd2438d38 (diff) | |
download | pkgsrc-2d9e21800cb73dce4bdaa9f94bb50a206b5be084.tar.gz |
update to 2.30.2
this switches to the 2.30 release branch
pkgsrc note: if you use net/libsoup24 with this glib2 version, make
sure to use at least version 2.34.3nb1
Diffstat (limited to 'devel/glib2/Makefile.common')
-rw-r--r-- | devel/glib2/Makefile.common | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/devel/glib2/Makefile.common b/devel/glib2/Makefile.common index 2ccdd599dfb..30ef022ed9f 100644 --- a/devel/glib2/Makefile.common +++ b/devel/glib2/Makefile.common @@ -1,15 +1,15 @@ -# $NetBSD: Makefile.common,v 1.13 2011/08/04 23:52:04 wiz Exp $ +# $NetBSD: Makefile.common,v 1.14 2012/01/29 10:46:52 drochner Exp $ # # used by devel/glib2/Makefile # used by sysutils/gio-fam/Makefile # When updating this package, please apply patch-ak to configure.in and # then run a matching version of autoconf to regen patch-aa. -DISTNAME= glib-2.28.8 +DISTNAME= glib-2.30.2 PKGNAME= ${DISTNAME:S/glib/glib2/} CATEGORIES= # empty; redefined in Makefile -MASTER_SITES= ftp://ftp.gtk.org/pub/glib/2.28/ \ - ${MASTER_SITE_GNOME:=sources/glib/2.28/} +MASTER_SITES= ftp://ftp.gtk.org/pub/glib/2.30/ \ + ${MASTER_SITE_GNOME:=sources/glib/2.30/} EXTRACT_SUFX= .tar.bz2 MAINTAINER= pkgsrc-users@NetBSD.org @@ -21,7 +21,7 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config USE_LANGUAGES= c c++ c99 USE_LIBTOOL= yes TEST_TARGET= check |