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-wm/xfce4/Makefile | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) | |
download | ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.tar.gz ports-72ea7e696b763bdbcef04fdbccc122c0364fa567.zip |
Notes
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index deb186d7474b..43cbeb07e643 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -9,34 +9,34 @@ CATEGORIES= x11-wm xfce MAINTAINER= xfce@FreeBSD.org COMMENT= The "meta-port" for the Xfce Desktop Environment -RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \ - xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \ - xfce4-panel:${PORTSDIR}/x11-wm/xfce4-panel \ - xfdesktop:${PORTSDIR}/x11-wm/xfce4-desktop \ - xfsettingsd:${PORTSDIR}/sysutils/xfce4-settings \ - gtk-xfce-engine>0:${PORTSDIR}/x11-themes/gtk-xfce-engine +RUN_DEPENDS= xfwm4:x11-wm/xfce4-wm \ + xfce4-session:x11-wm/xfce4-session \ + xfce4-panel:x11-wm/xfce4-panel \ + xfdesktop:x11-wm/xfce4-desktop \ + xfsettingsd:sysutils/xfce4-settings \ + gtk-xfce-engine>0:x11-themes/gtk-xfce-engine USES= metaport OPTIONS_DEFINE= APPFINDER ICONS MIXER MOUSEPAD NOTIFY ORAGE PRINT SLIM SQUEEZE TERMINAL XPM OPTIONS_DEFAULT= APPFINDER ICONS MOUSEPAD NOTIFY ORAGE TERMINAL -APPFINDER_RUN_DEPENDS= xfce4-appfinder:${PORTSDIR}/misc/xfce4-appfinder +APPFINDER_RUN_DEPENDS= xfce4-appfinder:misc/xfce4-appfinder APPFINDER_DESC= Launcher and finder -ICONS_RUN_DEPENDS= adwaita-icon-theme>0:${PORTSDIR}/x11-themes/adwaita-icon-theme -MIXER_RUN_DEPENDS= xfce4-mixer:${PORTSDIR}/audio/xfce4-mixer -MOUSEPAD_RUN_DEPENDS= mousepad:${PORTSDIR}/editors/mousepad +ICONS_RUN_DEPENDS= adwaita-icon-theme>0:x11-themes/adwaita-icon-theme +MIXER_RUN_DEPENDS= xfce4-mixer:audio/xfce4-mixer +MOUSEPAD_RUN_DEPENDS= mousepad:editors/mousepad MOUSEPAD_DESC= Text editor -NOTIFY_RUN_DEPENDS= xfce4-notifyd-config:${PORTSDIR}/deskutils/xfce4-notifyd -ORAGE_RUN_DEPENDS= orage:${PORTSDIR}/deskutils/orage +NOTIFY_RUN_DEPENDS= xfce4-notifyd-config:deskutils/xfce4-notifyd +ORAGE_RUN_DEPENDS= orage:deskutils/orage ORAGE_DESC= Calendar -PRINT_RUN_DEPENDS= xfprint4:${PORTSDIR}/print/xfce4-print -SLIM_RUN_DEPENDS= slim:${PORTSDIR}/x11/slim +PRINT_RUN_DEPENDS= xfprint4:print/xfce4-print +SLIM_RUN_DEPENDS= slim:x11/slim SLIM_DESC= SLiM, login manager -SQUEEZE_RUN_DEPENDS= squeeze:${PORTSDIR}/archivers/squeeze +SQUEEZE_RUN_DEPENDS= squeeze:archivers/squeeze SQUEEZE_DESC= Archive manager -TERMINAL_RUN_DEPENDS= xfce4-terminal:${PORTSDIR}/x11/xfce4-terminal +TERMINAL_RUN_DEPENDS= xfce4-terminal:x11/xfce4-terminal TERMINAL_DESC= Terminal emulator -XPM_RUN_DEPENDS= xfce4-power-manager:${PORTSDIR}/sysutils/xfce4-power-manager +XPM_RUN_DEPENDS= xfce4-power-manager:sysutils/xfce4-power-manager XPM_DESC= Power manager do-install: # empty |