svn commit: r364437 - head/multimedia/qmmp

Antoine Brodin antoine at FreeBSD.org
Sat Aug 9 13:09:43 UTC 2014


Author: antoine
Date: Sat Aug  9 13:09:42 2014
New Revision: 364437
URL: http://svnweb.freebsd.org/changeset/ports/364437
QAT: https://qat.redports.org/buildarchive/r364437/

Log:
  Unbreak
  
  Pointy hat:	arved

Modified:
  head/multimedia/qmmp/Makefile

Modified: head/multimedia/qmmp/Makefile
==============================================================================
--- head/multimedia/qmmp/Makefile	Sat Aug  9 12:58:39 2014	(r364436)
+++ head/multimedia/qmmp/Makefile	Sat Aug  9 13:09:42 2014	(r364437)
@@ -90,7 +90,7 @@ FAAD_LIB_DEPENDS=	libfaad.so:${PORTSDIR}
 FAAD_CMAKE_ON=	-DUSE_AAC:BOOL=TRUE
 FAAD_CMAKE_OFF=	-DUSE_AAC:BOOL=FALSE
 
-CDIO_LIB_DEPENDS=	libcdio.so:${PORTSDIR}/sysutils/libcdio
+CDIO_LIB_DEPENDS=	libcdio_paranoia.so:${PORTSDIR}/sysutils/libcdio-paranoia
 CDIO_CMAKE_ON=	-DUSE_CDA:BOOL=TRUE
 CDIO_CMAKE_OFF=	-DUSE_CDA:BOOL=FALSE
 


More information about the svn-ports-all mailing list