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 | e3c634478ecbb02c8b0ceb067f9cfed2208848c3 (patch) | |
tree | 47594076d5f47a52831a463273761cc9806fab56 /devel/gobject-introspection | |
parent | fd41192db58497ae8ba9279047553e83b322687f (diff) | |
download | pkgsrc-e3c634478ecbb02c8b0ceb067f9cfed2208848c3.tar.gz |
Bump PKGREVISION to refrect last fix for handling "__asm{,__} volatile".
Diffstat (limited to 'devel/gobject-introspection')
-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 |