Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Dec 2015 21:13:35 +0000 (UTC)
From:      Pawel Pekala <pawel@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r403811 - head/multimedia/vdr-plugin-markad
Message-ID:  <201512152113.tBFLDZ8R090716@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pawel
Date: Tue Dec 15 21:13:34 2015
New Revision: 403811
URL: https://svnweb.freebsd.org/changeset/ports/403811

Log:
  Switch to USES=execinfo

Modified:
  head/multimedia/vdr-plugin-markad/Makefile

Modified: head/multimedia/vdr-plugin-markad/Makefile
==============================================================================
--- head/multimedia/vdr-plugin-markad/Makefile	Tue Dec 15 21:06:27 2015	(r403810)
+++ head/multimedia/vdr-plugin-markad/Makefile	Tue Dec 15 21:13:34 2015	(r403811)
@@ -10,10 +10,9 @@ DISTNAME=	${PORTNAME:S/-plugin-/-/}-${DI
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Video Disk Recorder - MarkAd plugin
 
-LIB_DEPENDS+=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg \
-		libexecinfo.so:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS+=	libavcodec.so:${PORTSDIR}/multimedia/ffmpeg
 
-USES=		pkgconfig tar:tgz
+USES=		execinfo pkgconfig tar:tgz
 PATCH_STRIP=	-p1
 HAVE_CONFIGURE=	yes
 PORTDOCS=	COPYING README HISTORY



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