Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 21:22:56 +0000 (UTC)
From:      Guido Falsi <madpilot@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312677 - head/multimedia/libva
Message-ID:  <201302202122.r1KLMuPI035361@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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.



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