git: 079ac4a28899 - main - print/harfbuzz: avoid untracked dependency after 9710ed446933

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Mon, 20 Mar 2023 15:16:57 UTC
The branch main has been updated by jbeich:

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

commit 079ac4a288990b3f360cacc1204cd529a3e64ca3
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2023-03-20 13:51:43 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2023-03-20 15:16:32 +0000

    print/harfbuzz: avoid untracked dependency after 9710ed446933
    
    Error: /usr/local/bin/hb-info is linked to /usr/local/lib/libchafa.so.0 from graphics/chafa but it is not declared as a dependency
    Warning: you need LIB_DEPENDS+=libchafa.so:graphics/chafa
    
    https://github.com/harfbuzz/harfbuzz/commit/8298c2f93b0d
---
 print/harfbuzz/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile
index d4684c8791f1..5e64e7e66b2b 100644
--- a/print/harfbuzz/Makefile
+++ b/print/harfbuzz/Makefile
@@ -22,7 +22,7 @@ SHEBANG_GLOB=	*.py
 CPE_VENDOR=	harfbuzz_project
 
 MESON_ARGS=	-Dglib=enabled -Dgobject=enabled -Dgraphite2=enabled \
-		-Dfreetype=enabled -Dbenchmark=disabled
+		-Dchafa=disabled -Dfreetype=enabled -Dbenchmark=disabled
 
 PLIST_SUB+=	LIBVER=0.60710.0