aboutsummaryrefslogtreecommitdiff
path: root/x11/mate-base
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2016-08-22 12:14:40 +0000
committerKoop Mast <kwm@FreeBSD.org>2016-08-22 12:14:40 +0000
commit51846ce433004546547100eb95cdf4dc6d9ba295 (patch)
treebfa8e0ce8c9cc09e3d7cc78ba8dfa56cbb52bde2 /x11/mate-base
parenta9ac7de46b757adaa2ec9d97e0062f843feea73b (diff)
downloadports-51846ce433004546547100eb95cdf4dc6d9ba295.tar.gz
ports-51846ce433004546547100eb95cdf4dc6d9ba295.zip
The mate-screensaver port requires mate-session-manager at run time to work.
(mate-screensaver:90733): GLib-GIO-ERROR **: Settings schema 'org.mate.session' is not installed While here convert the mate-base port to using the new USE_MATE=session. Submitted by: vermaden <vermaden@interia.pl>
Notes
Notes: svn path=/head/; revision=420603
Diffstat (limited to 'x11/mate-base')
-rw-r--r--x11/mate-base/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile
index 8b7ecabfc68b..9b6dff6f957c 100644
--- a/x11/mate-base/Makefile
+++ b/x11/mate-base/Makefile
@@ -13,12 +13,11 @@ USES= metaport
RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:x11-fonts/dejavu \
${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:sysutils/hal-info \
${LOCALBASE}/share/mate-background-properties/mate-desktop.xml:x11-themes/mate-backgrounds \
- ${LOCALBASE}/bin/mate-session:x11/mate-session-manager \
mate-themes>=1.8.0:x11-themes/mate-themes \
mate-icon-theme-faenza>=1.8.0:x11-themes/mate-icon-theme-faenza
USE_MATE= caja:run controlcenter:run icontheme:run \
marco:run notificationdaemon:run panel:run \
- polkit:run
+ polkit:run session:run
.include <bsd.port.mk>