diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-30 16:54:39 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-11-30 16:54:39 +0800 |
commit | c3e07a163f8dbe19fdbdbc60f9dada2b4da2826c (patch) | |
tree | c99a9abecf34342756f6974212f1c667f433e1e7 /deskutils/gnome-utils/Makefile | |
parent | 44d6630f87636d26772fafed08c7bf409d3144ec (diff) | |
download | marcuscom-ports-c3e07a163f8dbe19fdbdbc60f9dada2b4da2826c.tar marcuscom-ports-c3e07a163f8dbe19fdbdbc60f9dada2b4da2826c.tar.gz marcuscom-ports-c3e07a163f8dbe19fdbdbc60f9dada2b4da2826c.tar.bz2 marcuscom-ports-c3e07a163f8dbe19fdbdbc60f9dada2b4da2826c.tar.lz marcuscom-ports-c3e07a163f8dbe19fdbdbc60f9dada2b4da2826c.tar.xz marcuscom-ports-c3e07a163f8dbe19fdbdbc60f9dada2b4da2826c.tar.zst marcuscom-ports-c3e07a163f8dbe19fdbdbc60f9dada2b4da2826c.zip |
Update to 2.9.2.
Someone will have to take a look at the new screenshot tool. I don't feel well,
but it looks like it doesn't find home directory or whatever.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3178 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/gnome-utils/Makefile')
-rw-r--r-- | deskutils/gnome-utils/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/deskutils/gnome-utils/Makefile b/deskutils/gnome-utils/Makefile index cc4d9447c..aa7b61d32 100644 --- a/deskutils/gnome-utils/Makefile +++ b/deskutils/gnome-utils/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnomeutils2 -PORTVERSION= 2.9.0 +PORTVERSION= 2.9.2 PORTEPOCH= 1 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_GNOME} @@ -29,6 +29,7 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" MAN1= gnome-dictionary.1 gnome-search-tool.1 gnome-system-log.1 -GCONF_SCHEMAS= gdict.schemas gnome-search-tool.schemas logview.schemas +GCONF_SCHEMAS= gdict.schemas gnome-screenshot.schemas \ + gnome-search-tool.schemas logview.schemas .include <bsd.port.mk> |