diff options
author | drochner <drochner@pkgsrc.org> | 2007-10-31 19:58:13 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2007-10-31 19:58:13 +0000 |
commit | 48d21b185c1e79532e9c14db1ccbccc646514521 (patch) | |
tree | 35641d0369005c02514205f0178ee23430150da4 /sysutils/gnome-vfs/Makefile | |
parent | 6f1ed76f7e93585e809f6a65895550a6328a48e6 (diff) | |
download | pkgsrc-48d21b185c1e79532e9c14db1ccbccc646514521.tar.gz |
update to 2.20.0
This switches to the new gnome-2.20 branch.
Also fix the CONFLICTS handling resulting from the recent rename.
Diffstat (limited to 'sysutils/gnome-vfs/Makefile')
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile index ffe88a19865..8f037d6fbbb 100644 --- a/sysutils/gnome-vfs/Makefile +++ b/sysutils/gnome-vfs/Makefile @@ -1,6 +1,5 @@ -# $NetBSD: Makefile,v 1.64 2007/10/31 02:16:03 wiz Exp $ +# $NetBSD: Makefile,v 1.65 2007/10/31 19:58:13 drochner Exp $ -PKGREVISION= 3 PKGCONFIG_OVERRIDE= gnome-vfs-2.0.pc.in PKGCONFIG_OVERRIDE+= gnome-vfs-module-2.0.pc.in @@ -25,7 +24,7 @@ PKG_DESTDIR_SUPPORT= user-destdir CONFIGURE_ARGS+= --enable-fam -ONFLICTS+= gnome-vfs2-[0-9]* +CONFLICTS+= gnome-vfs2-[0-9]* .include "../../devel/GConf/schemas.mk" |