diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-16 13:23:50 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-16 13:23:50 +0000 |
commit | 5473afe487b0c7d9761432c627a5e5f60778f2f8 (patch) | |
tree | 0ea910d1bb3b1416c2596450dae09a74c4cce041 /sysutils/dbus-glib/Makefile | |
parent | 3263284ab94bf1b6c21d3638c4d8ca597ba9e32f (diff) | |
download | pkgsrc-5473afe487b0c7d9761432c627a5e5f60778f2f8.tar.gz |
Update to 0.84:
There are some compatibility fixes here, but I should call out for OS
builders commit 34636b12c62523b9db789b0fbeb3a86782debf10 where you no
longer have to pass --with-introspect-xml to configure.
Diffstat (limited to 'sysutils/dbus-glib/Makefile')
-rw-r--r-- | sysutils/dbus-glib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/dbus-glib/Makefile b/sysutils/dbus-glib/Makefile index 9dd057e6a87..e209905cdbe 100644 --- a/sysutils/dbus-glib/Makefile +++ b/sysutils/dbus-glib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.22 2010/01/24 17:11:18 heinz Exp $ +# $NetBSD: Makefile,v 1.23 2010/02/16 13:23:50 wiz Exp $ # -DISTNAME= dbus-glib-0.82 +DISTNAME= dbus-glib-0.84 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus-glib/ |