Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 11:02:17 GMT
From:      =?utf-8?Q?Stefan E=C3=9Fer?= <se@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d6a2a30a892d - main - textproc/htmldoc: Add CPE information
Message-ID:  <202110141102.19EB2H8a034045@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by se:

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

commit d6a2a30a892ddf3338d61bc959b91616fa658c3f
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:58:44 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 11:02:06 +0000

    textproc/htmldoc: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 textproc/htmldoc/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/textproc/htmldoc/Makefile b/textproc/htmldoc/Makefile
index 249ff3883cd8..7d15f85c70af 100644
--- a/textproc/htmldoc/Makefile
+++ b/textproc/htmldoc/Makefile
@@ -16,7 +16,8 @@ BROKEN_mips=	Complains of expecting ) before png_ptr
 
 LIB_DEPENDS=	libpng.so:graphics/png
 
-USES=		compiler:c11
+USES=		compiler:c11 cpe
+CPE_VENDOR=	${PORTNAME}_project
 USE_GITHUB=	yes
 GH_ACCOUNT=	michaelrsweet
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110141102.19EB2H8a034045>