svn commit: r312677 - head/multimedia/libva

Guido Falsi madpilot at FreeBSD.org
Wed Feb 20 21:22:57 UTC 2013


Author: madpilot
Date: Wed Feb 20 21:22:56 2013
New Revision: 312677
URL: http://svnweb.freebsd.org/changeset/ports/312677

Log:
  - Add dependency on glproto
  - Bump PORTREVISION
  
  PR:		ports/176131
  Submitted by: 	Christopher Dukes <chris.dukes.aix at gmail.com>

Modified:
  head/multimedia/libva/Makefile

Modified: head/multimedia/libva/Makefile
==============================================================================
--- head/multimedia/libva/Makefile	Wed Feb 20 21:15:12 2013	(r312676)
+++ head/multimedia/libva/Makefile	Wed Feb 20 21:22:56 2013	(r312677)
@@ -2,7 +2,7 @@
 
 PORTNAME=	libva
 PORTVERSION=	1.1.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	multimedia
 MASTER_SITES=	http://cgit.freedesktop.org/${PORTNAME}/snapshot/
 
@@ -16,7 +16,7 @@ BUILD_DEPENDS=	${LOCALBASE}/include/linu
 LIB_DEPENDS=	drm:${PORTSDIR}/graphics/libdrm
 
 USE_BZIP2=	yes
-USE_XORG=	pciaccess xext xfixes
+USE_XORG=	glproto pciaccess xext xfixes 
 USE_GL=		gl
 USE_AUTOTOOLS=	aclocal autoheader automake autoconf libtoolize
 ACLOCAL_ARGS=	-I.


More information about the svn-ports-head mailing list