git: 8a2646ceeb35 - main - print/harfbuzz: Add CPE information

Bernhard Froehlich decke at FreeBSD.org
Fri Sep 10 21:20:47 UTC 2021


The branch main has been updated by decke:

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

commit 8a2646ceeb3580a641290195900c03b889ca6cdb
Author:     Bernhard Froehlich <decke at FreeBSD.org>
AuthorDate: 2021-09-10 20:37:09 +0000
Commit:     Bernhard Froehlich <decke at FreeBSD.org>
CommitDate: 2021-09-10 21:18:04 +0000

    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


More information about the dev-commits-ports-all mailing list