From 8a2646ceeb3580a641290195900c03b889ca6cdb Mon Sep 17 00:00:00 2001 From: Bernhard Froehlich Date: Fri, 10 Sep 2021 20:37:09 +0000 Subject: [PATCH] print/harfbuzz: Add CPE information Approved by: portmgr (blanket) --- print/harfbuzz/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/print/harfbuzz/Makefile b/print/harfbuzz/Makefile index 31181ffc0db6..26e0eb7b4de3 100644 --- a/print/harfbuzz/Makefile +++ b/print/harfbuzz/Makefile @@ -15,11 +15,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfreetype.so:print/freetype2 \ libgraphite2.so:graphics/graphite2 -USES= compiler:c++11-lib gnome meson \ +USES= compiler:c++11-lib cpe gnome meson \ pkgconfig python:build shebangfix tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes SHEBANG_GLOB= *.py +CPE_VENDOR= harfbuzz_project MESON_ARGS= -Dglib=enabled -Dgobject=enabled -Dgraphite=enabled \ -Dfreetype=enabled -Dbenchmark=disabled