Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2014 19:26:40 +0000 (UTC)
From:      Veniamin Gvozdikov <vg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364315 - head/audio/deadbeef
Message-ID:  <53e3d2f0.2e14.51a00066@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vg
Date: Thu Aug  7 19:26:40 2014
New Revision: 364315
URL: http://svnweb.freebsd.org/changeset/ports/364315
QAT: https://qat.redports.org/buildarchive/r364315/

Log:
  - Fix build SID plugin
  
  PR:		ports/192437

Modified:
  head/audio/deadbeef/Makefile

Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile	Thu Aug  7 19:25:53 2014	(r364314)
+++ head/audio/deadbeef/Makefile	Thu Aug  7 19:26:40 2014	(r364315)
@@ -80,8 +80,8 @@ LASTFM_LIB_DEPENDS=	libcurl.so:${PORTSDI
 LASTFM_CONFIGURE_OFF=	--disable-lfm
 
 ART_LIB_DEPENDS=	libcurl.so:${PORTSDIR}/ftp/curl \
+			libImlib2.so:${PORTSDIR}/graphics/imlib2 \
 			libjpeg.so:${PORTSDIR}/graphics/jpeg
-ART_USE=	efl=imlib2
 ART_CONFIGURE_OFF=	--disable-artwork --disable-artwork-imlib2
 
 EQ_CONFIGURE_OFF=	--disable-supereq



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e3d2f0.2e14.51a00066>