svn commit: r326080 - head/multimedia/libvdpau

Antoine Brodin antoine at FreeBSD.org
Mon Sep 2 20:27:53 UTC 2013


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.


More information about the svn-ports-all mailing list