diff options
author | drochner <drochner@pkgsrc.org> | 2006-03-02 19:51:00 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2006-03-02 19:51:00 +0000 |
commit | 9ef3085e406c940da5f1bd9898536b2f36d6d50b (patch) | |
tree | 97e04ae4b1b860c85812830547fe4ac2eaa6a2cc /editors/gconf-editor/Makefile | |
parent | 15e814f91150c0eb6c417ace4bf50c5300d70733 (diff) | |
download | pkgsrc-9ef3085e406c940da5f1bd9898536b2f36d6d50b.tar.gz |
update to 2.12.1
changes: two fixes for crashes
Diffstat (limited to 'editors/gconf-editor/Makefile')
-rw-r--r-- | editors/gconf-editor/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/gconf-editor/Makefile b/editors/gconf-editor/Makefile index 1bfda90f3ca..710531c7cdf 100644 --- a/editors/gconf-editor/Makefile +++ b/editors/gconf-editor/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.40 2006/02/05 23:08:55 joerg Exp $ +# $NetBSD: Makefile,v 1.41 2006/03/02 19:51:00 drochner Exp $ # -DISTNAME= gconf-editor-2.12.0 -PKGREVISION= 3 +DISTNAME= gconf-editor-2.12.1 CATEGORIES= editors gnome MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gconf-editor/2.12/} EXTRACT_SUFX= .tar.bz2 |