aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2020-06-07 16:56:35 +0000
committerJan Beich <jbeich@FreeBSD.org>2020-06-07 16:56:35 +0000
commitf866d35f8cc1465eeed953ab4504a513aaa216c3 (patch)
tree315fe77aa3c0944107ea48352f55e588a679c653 /editors
parent911da2763122ed4874f6ae83761fd8643d5877ca (diff)
downloadports-f866d35f8cc1465eeed953ab4504a513aaa216c3.tar.gz
ports-f866d35f8cc1465eeed953ab4504a513aaa216c3.zip
editors/emacs: divorce GSETTINGS from DBUS
Whether GSettings uses DBus at runtime depends on the backend. PR: 247042 Approved by: jrm
Notes
Notes: svn path=/head/; revision=538169
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs-devel/Makefile1
-rw-r--r--editors/emacs/Makefile1
2 files changed, 0 insertions, 2 deletions
diff --git a/editors/emacs-devel/Makefile b/editors/emacs-devel/Makefile
index 93ff5a114a7e..26f7ca5ec0b9 100644
--- a/editors/emacs-devel/Makefile
+++ b/editors/emacs-devel/Makefile
@@ -142,7 +142,6 @@ GIF_LIB_DEPENDS= libgif.so:graphics/giflib
GIF_CONFIGURE_WITH= gif
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_WITH= gnutls
-GSETTINGS_IMPLIES= DBUS
GSETTINGS_USE= GNOME=glib20
GSETTINGS_CONFIGURE_WITH= gsettings
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
diff --git a/editors/emacs/Makefile b/editors/emacs/Makefile
index d2ecff0e3220..37df41b48c7f 100644
--- a/editors/emacs/Makefile
+++ b/editors/emacs/Makefile
@@ -158,7 +158,6 @@ GIF_LIB_DEPENDS= libgif.so:graphics/giflib
GIF_CONFIGURE_WITH= gif
GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
GNUTLS_CONFIGURE_WITH= gnutls
-GSETTINGS_IMPLIES= DBUS
GSETTINGS_USE= GNOME=glib20
GSETTINGS_CONFIGURE_WITH= gsettings
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \