git: d7f269b2f7d0 - main - devel/libfmt: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:32:46 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=d7f269b2f7d05efc532a28f1a6b391a040ae2b5e commit d7f269b2f7d05efc532a28f1a6b391a040ae2b5e Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:26 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:26 +0000 devel/libfmt: Add CPE information Approved by: portmgr (blanket) --- devel/libfmt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devel/libfmt/Makefile b/devel/libfmt/Makefile index e54adcab2e76..4d1749cfd00a 100644 --- a/devel/libfmt/Makefile +++ b/devel/libfmt/Makefile @@ -11,7 +11,7 @@ COMMENT= Formatting library for C++ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE.rst -USES= cmake compiler:c++11-lang zip +USES= cmake compiler:c++11-lang cpe zip CMAKE_OFF= FMT_DOC FMT_TEST CMAKE_ON= BUILD_SHARED_LIBS