Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Apr 2023 18:36:30 GMT
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org
Subject:   git: aaad719bfeff - 2023Q2 - multimedia/vmaf: reduce BUILD_DEPENDS after de841b40d24d
Message-ID:  <202304071836.337IaUBB032483@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch 2023Q2 has been updated by jbeich:

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

commit aaad719bfefffd1247de3b16839f2abb7d8c08a1
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-04-07 18:35:19 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-04-07 18:36:22 +0000

    multimedia/vmaf: reduce BUILD_DEPENDS after de841b40d24d
    
    (cherry picked from commit 49084ddd4a80b83716666e53dd964262540c611b)
---
 multimedia/vmaf/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/multimedia/vmaf/Makefile b/multimedia/vmaf/Makefile
index 62aaf278c8ed..1a83b174baf9 100644
--- a/multimedia/vmaf/Makefile
+++ b/multimedia/vmaf/Makefile
@@ -13,7 +13,7 @@ LICENSE_NAME=	BSD-2-Clause Plus Patent License
 LICENSE_FILE=	${WRKSRC:H}/LICENSE
 LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
 
-BUILD_DEPENDS=	xxd:editors/vim \
+BUILD_DEPENDS=	xxd:sysutils/xxd \
 		${BUILD_DEPENDS_${ARCH}}
 BUILD_DEPENDS_amd64=	nasm:devel/nasm
 BUILD_DEPENDS_i386=	nasm:devel/nasm



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202304071836.337IaUBB032483>