svn commit: r528534 - head/multimedia/libvdpau

Guido Falsi madpilot at FreeBSD.org
Mon Mar 16 18:07:40 UTC 2020


Author: madpilot
Date: Mon Mar 16 18:07:39 2020
New Revision: 528534
URL: https://svnweb.freebsd.org/changeset/ports/528534

Log:
  Add missing dependency on libX11.
  
  PR:		244846
  Submitted by:	John Hein <jcfyecrayz at liamekaens.com>

Modified:
  head/multimedia/libvdpau/Makefile

Modified: head/multimedia/libvdpau/Makefile
==============================================================================
--- head/multimedia/libvdpau/Makefile	Mon Mar 16 16:50:58 2020	(r528533)
+++ head/multimedia/libvdpau/Makefile	Mon Mar 16 18:07:39 2020	(r528534)
@@ -2,6 +2,7 @@
 
 PORTNAME=	libvdpau
 PORTVERSION=	1.3
+PORTREVISION=	1
 CATEGORIES=	multimedia
 
 MAINTAINER=	madpilot at FreeBSD.org
@@ -12,7 +13,7 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		localbase meson pkgconfig xorg
 USE_GITLAB=	yes
-USE_XORG=	xext xorgproto
+USE_XORG=	x11 xext xorgproto
 USE_LDCONFIG=	yes
 GL_SITE=	https://gitlab.freedesktop.org
 GL_ACCOUNT=	vdpau


More information about the svn-ports-all mailing list