diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 09:40:50 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-30 09:42:25 +0000 |
commit | 948e259b5f09efb908ea5deb709032024d57ddb1 (patch) | |
tree | b21f2dd662bd3c10242aa7f0f5d0218e67ebfe73 | |
parent | f1948014665f00a4b2990520144237ebda7b47c5 (diff) |
print/linux-c7-harfbuzz: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | print/linux-c7-harfbuzz/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/linux-c7-harfbuzz/Makefile b/print/linux-c7-harfbuzz/Makefile index 39daf44ea421..aa8dbd39f57c 100644 --- a/print/linux-c7-harfbuzz/Makefile +++ b/print/linux-c7-harfbuzz/Makefile @@ -6,11 +6,13 @@ CATEGORIES= print linux MAINTAINER= emulation@FreeBSD.org COMMENT= OpenType text shaping engine (Linux CentOS ${LINUX_DIST_VER}) -USES= linux:c7 +USES= cpe linux:c7 USE_LDCONFIG= yes USE_LINUX= graphite2 USE_LINUX_RPM= yes +CPE_VENDOR= harfbuzz_project + DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr OPTIONS_DEFINE= DOCS |