diff options
author | tron <tron@pkgsrc.org> | 2000-11-27 16:13:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-27 16:13:16 +0000 |
commit | 904b148a1c5fcf1b200de2f3b10feffe51db14fd (patch) | |
tree | 3fd5fef837efcfeac00dd018c1e8573643f9bb9c /sysutils | |
parent | 8939ebbf08bdc1e6f7a921a605a14d583fdc4b1f (diff) | |
download | pkgsrc-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')
-rw-r--r-- | sysutils/gnome-vfs/Makefile | 4 |
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 |