aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuel Vadot <manu@FreeBSD.org>2024-04-18 08:48:11 +0000
committerEmmanuel Vadot <manu@FreeBSD.org>2024-04-18 12:22:21 +0000
commit3119e2cc3528b6b9f710209fbc42da620cdb79c3 (patch)
treea8c055b8690aa88707b63ee0acde26c026f75911
parentbed3b0ad509eca940c9a368658a69c9e6210cdec (diff)
downloadports-3119e2cc3528b6b9f710209fbc42da620cdb79c3.tar.gz
ports-3119e2cc3528b6b9f710209fbc42da620cdb79c3.zip
graphics/mesa-gallium-va: Remove libva from LIB_DEPENDS
This port provides a lib for libva to use, not the other way around so add it to BUILD_DEPENDS Differential Revision: https://reviews.freebsd.org/D44829 PR: 278324 Reported by: autodep Reviewed by: bapt Sponsored by: Beckhoff Automation GmbH & Co. KG
-rw-r--r--graphics/mesa-gallium-va/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mesa-gallium-va/Makefile b/graphics/mesa-gallium-va/Makefile
index e2c1d36bc88f..f32bd2b60da1 100644
--- a/graphics/mesa-gallium-va/Makefile
+++ b/graphics/mesa-gallium-va/Makefile
@@ -1,6 +1,6 @@
PORTNAME= mesa-gallium-va
PORTVERSION= ${MESAVERSION}
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
COMMENT= Mesa Gallium VAAPI 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= libva.so:multimedia/libva \
- libzstd.so:archivers/zstd
+BUILD_DEPENDS= libva>=0:multimedia/libva
+LIB_DEPENDS= libzstd.so:archivers/zstd
USES= llvm:lib,noexport