svn commit: r350632 - head/audio/pytone

Antoine Brodin antoine at FreeBSD.org
Tue Apr 8 16:47:04 UTC 2014


Author: antoine
Date: Tue Apr  8 16:47:03 2014
New Revision: 350632
URL: http://svnweb.freebsd.org/changeset/ports/350632
QAT: https://qat.redports.org/buildarchive/r350632/

Log:
  Remove non-default dependency on expired py-xmms

Modified:
  head/audio/pytone/Makefile

Modified: head/audio/pytone/Makefile
==============================================================================
--- head/audio/pytone/Makefile	Tue Apr  8 16:22:54 2014	(r350631)
+++ head/audio/pytone/Makefile	Tue Apr  8 16:47:03 2014	(r350632)
@@ -21,10 +21,9 @@ USE_PYTHON=	yes
 USE_PYDISTUTILS=	yes
 PYDISTUTILS_AUTOPLIST=	yes
 
-OPTIONS_DEFINE=	MAD VORBIS PYAO XMMS MPG123 MPG321
+OPTIONS_DEFINE=	MAD VORBIS PYAO MPG123 MPG321
 OPTIONS_DEFAULT=	MAD VORBIS
 PYAO_DESC=	${AO_DESC}
-XMMS_DESC=	XMMS player engine
 MPG123_DESC=	mpg123 player engine
 MPG321_DESC=	mpg321 player engine
 PLIST_FILES=	etc/pytonerc.sample
@@ -34,7 +33,6 @@ CFLAGS+=	-I${LOCALBASE}/include -L${LOCA
 MAD_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/madmodule.so:${PORTSDIR}/audio/py-mad
 VORBIS_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/ogg/vorbis.so:${PORTSDIR}/audio/py-vorbis
 PYAO_BUILD_DEPENDS=	${PYTHON_SITELIBDIR}/aomodule.so:${PORTSDIR}/audio/py-ao
-XMMS_RUN_DEPENDS=	${PYTHON_SITELIBDIR}/xmms/xmmscontrol.so:${PORTSDIR}/audio/py-xmms
 MPG123_RUN_DEPENDS=	${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123
 MPG321_RUN_DEPENDS+=	${LOCALBASE}/bin/mpg321:${PORTSDIR}/audio/mpg321
 


More information about the svn-ports-all mailing list