diff options
author | rene <rene@FreeBSD.org> | 2014-03-10 00:17:43 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2014-03-10 00:17:43 +0800 |
commit | 2f0e42e5b294f5aecb9068181f854d2dc924a700 (patch) | |
tree | 99256db4d7b58564c578e08a2aeb94a501e084ac /multimedia | |
parent | 94211d296385106bd979fdc1624a86c06d888d79 (diff) | |
download | freebsd-ports-gnome-2f0e42e5b294f5aecb9068181f854d2dc924a700.tar.gz freebsd-ports-gnome-2f0e42e5b294f5aecb9068181f854d2dc924a700.tar.zst freebsd-ports-gnome-2f0e42e5b294f5aecb9068181f854d2dc924a700.zip |
Remove BEEP option which depends on the expired multimedia/beep-media-player
While here fix a typo in the XMMS option
With hat: xfce (dusty)
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/xfce4-xmms-plugin/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/multimedia/xfce4-xmms-plugin/Makefile b/multimedia/xfce4-xmms-plugin/Makefile index edd8a914243b..ca91b61f0e87 100644 --- a/multimedia/xfce4-xmms-plugin/Makefile +++ b/multimedia/xfce4-xmms-plugin/Makefile @@ -18,19 +18,14 @@ USES= gettext gmake pkgconfig USE_GNOME= gtk20 intltool intlhack pango USE_XFCE= configenv libgui libutil panel -OPTIONS_DEFINE= XMMS BEEP AUDACIOUS +OPTIONS_DEFINE= XMMS AUDACIOUS OPTIONS_DEFAULT= XMMS XMMS_DESC= xmms support -BEEP_DESC= beep-media-player support AUDACIOUS_DESC= audacious support .include <bsd.port.options.mk> -.if ${PORT_OPTIONS:MBEEP} -RUN_DEPENDS+= beep-media-player:${PORTSDIR}/multimedia/beep-media-player -.endif - -.if ${PORT_OPTIONS:MXMSS} +.if ${PORT_OPTIONS:MXMMS} RUN_DEPENDS+= xmms:${PORTSDIR}/multimedia/xmms .endif |