Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Oct 2021 16:14:16 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: abe11dbbbea4 - main - graphics/podofo: Add CPE information
Message-ID:  <202110201614.19KGEGUf085607@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=abe11dbbbea40f7627c83d36ffd5803ed6d31e2e

commit abe11dbbbea40f7627c83d36ffd5803ed6d31e2e
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-20 16:13:13 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-20 16:13:13 +0000

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

diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile
index a4c352c0062d..33029200fca9 100644
--- a/graphics/podofo/Makefile
+++ b/graphics/podofo/Makefile
@@ -15,7 +15,8 @@ LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
 		libfreetype.so:print/freetype2 \
 		libidn.so:dns/libidn
 
-USES=		cmake compiler:c++11-lang dos2unix pkgconfig ssl
+USES=		cmake compiler:c++11-lang cpe dos2unix pkgconfig ssl
+CPE_VENDOR=	${PORTNAME}_project
 
 CMAKE_ARGS=	-DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \
 		-DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \



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