diff options
author | Emmanuel Vadot <manu@FreeBSD.org> | 2024-04-18 08:49:05 +0000 |
---|---|---|
committer | Emmanuel Vadot <manu@FreeBSD.org> | 2024-04-18 12:22:24 +0000 |
commit | 803124df1222193ecb37afcd31e42cf2b95579f1 (patch) | |
tree | 695dfff3d007a4445eb399d729f499c7ff103748 | |
parent | 3119e2cc3528b6b9f710209fbc42da620cdb79c3 (diff) | |
download | ports-803124df1222193ecb37afcd31e42cf2b95579f1.tar.gz ports-803124df1222193ecb37afcd31e42cf2b95579f1.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
-rw-r--r-- | graphics/mesa-gallium-vdpau/Makefile | 6 |
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 |