Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Sep 2013 20:27:53 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r326080 - head/multimedia/libvdpau
Message-ID:  <201309022027.r82KRrIG019447@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Mon Sep  2 20:27:53 2013
New Revision: 326080
URL: http://svnweb.freebsd.org/changeset/ports/326080

Log:
  Add an explicit dependency on pkgconf
  
  Approved by:	portmgr (bapt)

Modified:
  head/multimedia/libvdpau/Makefile

Modified: head/multimedia/libvdpau/Makefile
==============================================================================
--- head/multimedia/libvdpau/Makefile	Mon Sep  2 20:27:18 2013	(r326079)
+++ head/multimedia/libvdpau/Makefile	Mon Sep  2 20:27:53 2013	(r326080)
@@ -11,6 +11,7 @@ COMMENT=	VDPAU wrapper and tracing libra
 LICENSE=	MIT
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+USES=		pkgconfig
 USE_XZ=		yes
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
 ACLOCAL_ARGS=	-I.



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