Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 16:17:44 +0000 (UTC)
From:      Rene Ladan <rene@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347656 - head/multimedia/xfce4-xmms-plugin
Message-ID:  <201403091617.s29GHiSB034546@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403091617.s29GHiSB034546>