summaryrefslogtreecommitdiff
path: root/sysutils/gnome-vfs
diff options
context:
space:
mode:
authorwiz <wiz>2008-11-24 13:01:33 +0000
committerwiz <wiz>2008-11-24 13:01:33 +0000
commitb1378b5fa4f357e41cc8f8617732106f982c80f7 (patch)
tree2e51c3a2114a4436bc6046caacd320f9f5d9a81f /sysutils/gnome-vfs
parentaf34f8d979dd211e66ae53042f2ec2f78671ee2f (diff)
downloadpkgsrc-b1378b5fa4f357e41cc8f8617732106f982c80f7.tar.gz
Don't DEPEND on gnome-mount, that introduces a cyclic dependency.
Instead add a MESSAGE suggesting it.
Diffstat (limited to 'sysutils/gnome-vfs')
-rw-r--r--sysutils/gnome-vfs/MESSAGE.hal6
-rw-r--r--sysutils/gnome-vfs/Makefile.common4
2 files changed, 8 insertions, 2 deletions
diff --git a/sysutils/gnome-vfs/MESSAGE.hal b/sysutils/gnome-vfs/MESSAGE.hal
new file mode 100644
index 00000000000..a715e6038b4
--- /dev/null
+++ b/sysutils/gnome-vfs/MESSAGE.hal
@@ -0,0 +1,6 @@
+===========================================================================
+$NetBSD: MESSAGE.hal,v 1.1 2008/11/24 13:01:33 wiz Exp $
+
+Please install sysutils/gnome-mount for better mount(8) support in GNOME.
+
+===========================================================================
diff --git a/sysutils/gnome-vfs/Makefile.common b/sysutils/gnome-vfs/Makefile.common
index 38e64f32b47..0f2f7172762 100644
--- a/sysutils/gnome-vfs/Makefile.common
+++ b/sysutils/gnome-vfs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.13 2008/11/23 13:43:40 jmcneill Exp $
+# $NetBSD: Makefile.common,v 1.14 2008/11/24 13:01:33 wiz Exp $
#
GNOME_VFS_VERSION= 2.24.0
@@ -70,7 +70,7 @@ CONFIGURE_ENV+= ac_cv_path_KRB5_CONFIG=none
.endif
.if !empty(PKG_OPTIONS:Mhal)
-DEPENDS+= gnome-mount>=0.8:../../sysutils/gnome-mount
+MESSAGE_SRC+= MESSAGE.hal
.include "../../sysutils/hal/buildlink3.mk"
CONFIGURE_ARGS+= --enable-hal
.else