aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-04-18 08:49:05 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-04-30 06:13:47 +0000
commit65444491e5816133acce7a908ec606d7a3f58828 (patch)
tree7792f7a8c8ab6b7220aa402ac0353c1824599c5e
parent29da010a24555468ee883f1e42bd8762f9efdb4b (diff)
downloadports-65444491e5816133acce7a908ec606d7a3f58828.tar.gz
ports-65444491e5816133acce7a908ec606d7a3f58828.zip
graphics/mesa-gallium-vdpau: Remove libvdpau from LIB_DEPENDS
This port provides a lib for libvdpau to use, not the other way around so add it to BUILD_DEPENDS Differential Revision: https://reviews.freebsd.org/D44830 PR: 278324 Reported by: autodep Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG (cherry picked from commit 803124df1222193ecb37afcd31e42cf2b95579f1)
-rw-r--r--graphics/mesa-gallium-vdpau/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mesa-gallium-vdpau/Makefile b/graphics/mesa-gallium-vdpau/Makefile
index 43cf846da711..83dce521091d 100644
--- a/graphics/mesa-gallium-vdpau/Makefile
+++ b/graphics/mesa-gallium-vdpau/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mesa-gallium-vdpau
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
COMMENT= Mesa Gallium VDPAU drivers
@@ -12,8 +12,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= libvdpau.so:multimedia/libvdpau \
- libzstd.so:archivers/zstd
+BUILD_DEPENDS= libvdpau>=0:multimedia/libvdpau
+LIB_DEPENDS= libzstd.so:archivers/zstd
USES= llvm:lib,noexport