svn commit: r328345 - head/audio/atunes

Lars Engels lme at FreeBSD.org
Thu Sep 26 09:16:16 UTC 2013


Author: lme
Date: Thu Sep 26 09:16:15 2013
New Revision: 328345
URL: http://svnweb.freebsd.org/changeset/ports/328345

Log:
  Change to the new LIB_DEPENDS format

Modified:
  head/audio/atunes/Makefile

Modified: head/audio/atunes/Makefile
==============================================================================
--- head/audio/atunes/Makefile	Thu Sep 26 09:13:51 2013	(r328344)
+++ head/audio/atunes/Makefile	Thu Sep 26 09:16:15 2013	(r328345)
@@ -40,7 +40,7 @@ RUN_DEPENDS+=	mplayer:${PORTSDIR}/multim
 .endif
 
 .if ${PORT_OPTIONS:MXINE}
-LIB_DEPENDS+=	xine.so:${PORTSDIR}/multimedia/libxine
+LIB_DEPENDS+=	libxine.so:${PORTSDIR}/multimedia/libxine
 .endif
 
 .if ${PORT_OPTIONS:MCDDA2WAV}


More information about the svn-ports-head mailing list