diff options
author | jmmv <jmmv> | 2006-01-01 17:33:23 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2006-01-01 17:33:23 +0000 |
commit | b48548581dabc561d1e51fe802a59e629b663a74 (patch) | |
tree | 59424e2d3385ba9f93ed83a225f1f49cf3d8b465 /sysutils | |
parent | 55bab2be06ebe28817ee96b1a87287d527d39b08 (diff) | |
download | pkgsrc-b48548581dabc561d1e51fe802a59e629b663a74.tar.gz |
Require gnome-vfs2>=2.12.1.1nb2 to fix the generation of image previews.
Bump PKGREVISION to 2.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/nautilus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/nautilus/Makefile b/sysutils/nautilus/Makefile index 21e27b6beed..2bc267cf928 100644 --- a/sysutils/nautilus/Makefile +++ b/sysutils/nautilus/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2005/12/31 12:32:45 wiz Exp $ +# $NetBSD: Makefile,v 1.58 2006/01/01 17:33:23 jmmv Exp $ # DISTNAME= nautilus-2.12.1 @@ -27,7 +27,7 @@ GCONF2_SCHEMAS= apps_nautilus_preferences.schemas BUILDLINK_DEPENDS.eel2+= eel2>=2.12.0 BUILDLINK_DEPENDS.glib2+= glib2>=2.6.0 -BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.12.0 +BUILDLINK_DEPENDS.gnome-vfs2+= gnome-vfs2>=2.12.1.1nb2 BUILDLINK_DEPENDS.startup-notification+= startup-notification>=0.8 .include "../../audio/esound/buildlink3.mk" |