git: c5d1b09e4add - main - mesa-gallium-vdpau: Re-add missing vdpau LIB_DEPENDS

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Wed, 22 Nov 2023 09:50:14 UTC
The branch main has been updated by manu:

URL: https://cgit.FreeBSD.org/ports/commit/?id=c5d1b09e4add939b101be8583d504e80cb7e0627

commit c5d1b09e4add939b101be8583d504e80cb7e0627
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-11-22 08:52:55 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-11-22 09:49:01 +0000

    mesa-gallium-vdpau: Re-add missing vdpau LIB_DEPENDS
    
    Reported by:    vishwin
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 graphics/mesa-gallium-vdpau/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile
index 1eb13a37791f..067bf93d3fd6 100644
--- a/graphics/mesa-gallium-vdpau/Makefile
+++ b/graphics/mesa-gallium-vdpau/Makefile
@@ -11,7 +11,8 @@ LICENSE_FILE=	${WRKSRC}/docs/license.rst
 ONLY_FOR_ARCHS=		aarch64 amd64 i386 powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	used only by AMD/Radeon hardware
 
-LIB_DEPENDS=	libzstd.so:archivers/zstd
+LIB_DEPENDS=	libvdpau.so:multimedia/libvdpau \
+		libzstd.so:archivers/zstd
 
 USES=		llvm:lib,noexport