git: 5dba60226c28 - main - net/libyang: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 21 Oct 2021 14:35:08 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=5dba60226c281540957843a611eff5889fe62370 commit 5dba60226c281540957843a611eff5889fe62370 Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-21 14:26:54 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-21 14:26:54 +0000 net/libyang: Add CPE information Approved by: portmgr (blanket) --- net/libyang/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/libyang/Makefile b/net/libyang/Makefile index e6ccf2cb9b20..0e50cd379f41 100644 --- a/net/libyang/Makefile +++ b/net/libyang/Makefile @@ -12,7 +12,8 @@ LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libpcre.so:devel/pcre TEST_DEPENDS= cmocka>0:sysutils/cmocka -USES= cmake compiler:c++11-lang pkgconfig +USES= cmake compiler:c++11-lang cpe pkgconfig +CPE_VENDOR= cesnet USE_LDCONFIG= yes USE_GITHUB= yes