Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2014 23:03:08 +0000 (UTC)
From:      Baptiste Daroussin <bapt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r364065 - head/audio/deadbeef
Message-ID:  <53e0112c.5da2.30f5bbb@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bapt
Date: Mon Aug  4 23:03:07 2014
New Revision: 364065
URL: http://svnweb.freebsd.org/changeset/ports/364065
QAT: https://qat.redports.org/buildarchive/r364065/

Log:
  USES=execinfo

Modified:
  head/audio/deadbeef/Makefile

Modified: head/audio/deadbeef/Makefile
==============================================================================
--- head/audio/deadbeef/Makefile	Mon Aug  4 23:02:20 2014	(r364064)
+++ head/audio/deadbeef/Makefile	Mon Aug  4 23:03:07 2014	(r364065)
@@ -16,12 +16,11 @@ LICENSE=	GPLv2 LGPL21
 LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libsamplerate.so:${PORTSDIR}/audio/libsamplerate \
-		libmad.so:${PORTSDIR}/audio/libmad \
-		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+		libmad.so:${PORTSDIR}/audio/libmad
 
 GNU_CONFIGURE=	yes
 USES=		gmake pkgconfig gettext iconv shebangfix tar:bzip2 desktop-file-utils \
-		libtool
+		libtool execinfo
 USE_LDCONFIG=	yes
 CONFIGURE_ARGS=	--disable-alsa --disable-nullout --disable-gtk3
 CPPFLAGS+=	-I../dumb/dumb-kode54/include -I../../plugins/libmp4ff -I../../plugins/gme/game-music-emu-0.6pre -I${LOCALBASE}/include



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?53e0112c.5da2.30f5bbb>