diff options
author | obache <obache@pkgsrc.org> | 2012-02-16 02:31:09 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-02-16 02:31:09 +0000 |
commit | 1d909112dcc23c9a3466b38455ad81647878df5f (patch) | |
tree | 47594076d5f47a52831a463273761cc9806fab56 /devel | |
parent | a35d193d505db494195fff43745141c715232bff (diff) | |
download | pkgsrc-1d909112dcc23c9a3466b38455ad81647878df5f.tar.gz |
Bump PKGREVISION to refrect last fix for handling "__asm{,__} volatile".
Diffstat (limited to 'devel')
-rw-r--r-- | devel/gobject-introspection/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile index 5940563a43d..203f7ede03f 100644 --- a/devel/gobject-introspection/Makefile +++ b/devel/gobject-introspection/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2012/02/10 15:14:56 drochner Exp $ +# $NetBSD: Makefile,v 1.16 2012/02/16 02:31:09 obache Exp $ # DISTNAME= gobject-introspection-1.30.0 +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gobject-introspection/1.30/} EXTRACT_SUFX= .tar.bz2 |