summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2000-11-27 16:13:16 +0000
committertron <tron@pkgsrc.org>2000-11-27 16:13:16 +0000
commit904b148a1c5fcf1b200de2f3b10feffe51db14fd (patch)
tree3fd5fef837efcfeac00dd018c1e8573643f9bb9c /sysutils/gnome-vfs
parent8939ebbf08bdc1e6f7a921a605a14d583fdc4b1f (diff)
downloadpkgsrc-904b148a1c5fcf1b200de2f3b10feffe51db14fd.tar.gz
Enforce version 0.11 or newer of the "GConf" package because version 0.8
causes build failures (see PR pkg/11572).
Diffstat (limited to 'sysutils/gnome-vfs')
-rw-r--r--sysutils/gnome-vfs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/gnome-vfs/Makefile b/sysutils/gnome-vfs/Makefile
index 916d39d330e..9a01c06991a 100644
--- a/sysutils/gnome-vfs/Makefile
+++ b/sysutils/gnome-vfs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/11/25 13:57:09 rh Exp $
+# $NetBSD: Makefile,v 1.2 2000/11/27 16:13:16 tron Exp $
#
DISTNAME= gnome-vfs-0.4.1
@@ -8,7 +8,7 @@ MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gnome-vfs/}
MAINTAINER= rh@netbsd.org
HOMEPAGE= http://www.gnome.org/
-DEPENDS+= GConf-*:../../devel/GConf
+DEPENDS+= GConf>=0.11:../../devel/GConf
GNU_CONFIGURE= YES
USE_X11BASE= YES