Date: Mon, 16 Mar 2020 18:07:39 +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: r528534 - head/multimedia/libvdpau Message-ID: <202003161807.02GI7dn5066858@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003161807.02GI7dn5066858>