diff options
author | miwi <miwi@FreeBSD.org> | 2012-05-31 00:57:38 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2012-05-31 00:57:38 +0800 |
commit | f4d007d795e172b902406c8662faffd661e853a5 (patch) | |
tree | 36193ca803beb277282505d44808b8dd3a68a07c /x11-wm/xfce4/Makefile | |
parent | 85156ccac4513da59afdd1d10424d45d39743ec7 (diff) | |
download | freebsd-ports-gnome-f4d007d795e172b902406c8662faffd661e853a5.tar.gz freebsd-ports-gnome-f4d007d795e172b902406c8662faffd661e853a5.tar.zst freebsd-ports-gnome-f4d007d795e172b902406c8662faffd661e853a5.zip |
- Switch to shared NOTIFY description
Diffstat (limited to 'x11-wm/xfce4/Makefile')
-rw-r--r-- | x11-wm/xfce4/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/x11-wm/xfce4/Makefile b/x11-wm/xfce4/Makefile index a461bc1b0829..a807be3e660c 100644 --- a/x11-wm/xfce4/Makefile +++ b/x11-wm/xfce4/Makefile @@ -15,14 +15,13 @@ EXTRACT_ONLY= # empty MAINTAINER= xfce@FreeBSD.org COMMENT= The "meta-port" for the Xfce 4 desktop environment -OPTIONS_DEFINE= ICONS ORANGE MOUSEPAD TERMINAL APPFINDER MIXER PRINT SQUEEZE GDM NOTIFYD -OPTIONS_DEFAULT= ICONS ORANGE MOUSEPAD TERMINAL APPFINDER SQUEEZE NOTIFYD +OPTIONS_DEFINE= ICONS ORANGE MOUSEPAD TERMINAL APPFINDER MIXER PRINT SQUEEZE GDM NOTIFY +OPTIONS_DEFAULT= ICONS ORANGE MOUSEPAD TERMINAL APPFINDER SQUEEZE NOTIFY ORANGE_DESC= Install the Xfce calendar application MOUSEPAD_DESC= Install the Xfce text editor TERMINAL_DESC= Install the Xfce terminal application APPFINDER_DESC= Install the Xfce application finder SQUEEZE_DESC= Install the Xfce archiver application -NOTIFYD_DESC= Install the Xfce notification daemon RUN_DEPENDS= xfwm4:${PORTSDIR}/x11-wm/xfce4-wm \ xfce4-session:${PORTSDIR}/x11-wm/xfce4-session \ @@ -79,7 +78,7 @@ RUN_DEPENDS+= xfprint4:${PORTSDIR}/print/xfce4-print RUN_DEPENDS+= squeeze:${PORTSDIR}/archivers/squeeze .endif -.if ${PORT_OPTIONS:MNOTIFYD} +.if ${PORT_OPTIONS:MNOTIFY} RUN_DEPENDS+= xfce4-notifyd-config:${PORTSDIR}/deskutils/xfce4-notifyd .endif |