svn commit: r347656 - head/multimedia/xfce4-xmms-plugin
Rene Ladan
rene at FreeBSD.org
Sun Mar 9 16:17:44 UTC 2014
Author: rene
Date: Sun Mar 9 16:17:43 2014
New Revision: 347656
URL: http://svnweb.freebsd.org/changeset/ports/347656
QAT: https://qat.redports.org/buildarchive/r347656/
Log:
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)
Modified:
head/multimedia/xfce4-xmms-plugin/Makefile
Modified: head/multimedia/xfce4-xmms-plugin/Makefile
==============================================================================
--- head/multimedia/xfce4-xmms-plugin/Makefile Sun Mar 9 16:12:57 2014 (r347655)
+++ head/multimedia/xfce4-xmms-plugin/Makefile Sun Mar 9 16:17:43 2014 (r347656)
@@ -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
More information about the svn-ports-all
mailing list