aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorTobias C. Berner <tcberner@FreeBSD.org>2020-09-13 15:58:46 +0000
committerTobias C. Berner <tcberner@FreeBSD.org>2020-09-13 15:58:46 +0000
commit876806171281eea0f12c31724ad60a7f42940551 (patch)
tree066e057160bfef475414a4a963e72f968fe79aad /x11-fm
parent28a2d9a7f8223fda51a54ea8d7f32f47c01abc76 (diff)
downloadports-876806171281eea0f12c31724ad60a7f42940551.tar.gz
ports-876806171281eea0f12c31724ad60a7f42940551.zip
Make dependency of devel/gvfs optional for a several different ports
- this makes it possible for users to not install gvfs by making it an optional dependeny - and moving it to nautilus directly instead of very high up the gnome stack in libngomeui - it is on by default in nautilus, so no change for users of that PR: 228307 Submitted by: VVD <vvd@unislabs.com>
Notes
Notes: svn path=/head/; revision=548483
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/nautilus/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index 63d244ff54a9..b50e1fe2183a 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -3,7 +3,7 @@
PORTNAME= nautilus
PORTVERSION= 3.28.1
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= x11-fm gnome
MASTER_SITES= GNOME
DIST_SUBDIR= gnome
@@ -32,4 +32,9 @@ BINARY_ALIAS= python3=${PYTHON_VERSION}
GLIB_SCHEMAS= org.gnome.nautilus.gschema.xml
+OPTIONS_DEFINE= GVFS
+OPTIONS_DEFAULT=GVFS
+
+GVFS_USE= GNOME=gvfs
+
.include <bsd.port.mk>