diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /x11/mate-base | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'x11/mate-base')
-rw-r--r-- | x11/mate-base/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/x11/mate-base/Makefile b/x11/mate-base/Makefile index b9bfad643f97..8b7ecabfc68b 100644 --- a/x11/mate-base/Makefile +++ b/x11/mate-base/Makefile @@ -10,12 +10,12 @@ COMMENT= "meta-port" for the MATE base integrated X11 desktop USES= metaport -RUN_DEPENDS= ${LOCALBASE}/share/fonts/dejavu/DejaVuSerif.ttf:${PORTSDIR}/x11-fonts/dejavu \ - ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \ - ${LOCALBASE}/share/mate-background-properties/mate-desktop.xml:${PORTSDIR}/x11-themes/mate-backgrounds \ - ${LOCALBASE}/bin/mate-session:${PORTSDIR}/x11/mate-session-manager \ - mate-themes>=1.8.0:${PORTSDIR}/x11-themes/mate-themes \ - mate-icon-theme-faenza>=1.8.0:${PORTSDIR}/x11-themes/mate-icon-theme-faenza +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 \ |