git: abe11dbbbea4 - main - graphics/podofo: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 20 Oct 2021 16:14:16 UTC
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} \