aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2023-03-20 13:51:43 +0000
committerJan Beich <jbeich@FreeBSD.org>2023-03-20 15:16:32 +0000
commit079ac4a288990b3f360cacc1204cd529a3e64ca3 (patch)
treed6bdf53e1c3eed8aa417c688b9b0ee7e7406ff25
parente0786b0bada8075473036860202b34f07a75157c (diff)
downloadports-079ac4a288990b3f360cacc1204cd529a3e64ca3.tar.gz
ports-079ac4a288990b3f360cacc1204cd529a3e64ca3.zip
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
-rw-r--r--print/harfbuzz/Makefile2
1 files changed, 1 insertions, 1 deletions
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