summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authortron <tron>2000-11-27 16:13:16 +0000
committertron <tron>2000-11-27 16:13:16 +0000
commit331661c2e2f948225d3f74a40f250fe92c2f261b (patch)
tree3fd5fef837efcfeac00dd018c1e8573643f9bb9c /sysutils
parent008f027daa3c2319ec6508ee645a47317a984939 (diff)
downloadpkgsrc-331661c2e2f948225d3f74a40f250fe92c2f261b.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')
-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