summaryrefslogtreecommitdiff
path: root/x11-wm/xfce4/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-30 16:57:38 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-30 16:57:38 +0000
commitf8091dcb4659f2a05fb759d1e7d75c1be26825dd (patch)
tree13be770439f625dd727a3dc658f60658d53243a7 /x11-wm/xfce4/Makefile
parent- Remove duplicate bsd.port.options.mk entry (diff)
- Switch to shared NOTIFY description
Notes
Notes: svn path=/head/; revision=297802
Diffstat (limited to '')
-rw-r--r--x11-wm/xfce4/Makefile7
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