Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Sep 2013 09:16:15 +0000 (UTC)
From:      Lars Engels <lme@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r328345 - head/audio/atunes
Message-ID:  <201309260916.r8Q9GFoV054747@svn.freebsd.org>

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



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