Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 10:32:10 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: 3cbaeb755809 - main - cad/libopencad: Add CPE information
Message-ID:  <202110141032.19EAWAI3092450@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=3cbaeb7558097a99bb244e1f7b23ad433595a539

commit 3cbaeb7558097a99bb244e1f7b23ad433595a539
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:31:57 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 10:31:57 +0000

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

diff --git a/cad/libopencad/Makefile b/cad/libopencad/Makefile
index f1e0dd80dd24..ba055b2993fb 100644
--- a/cad/libopencad/Makefile
+++ b/cad/libopencad/Makefile
@@ -17,7 +17,8 @@ BROKEN_armv7=		fails to compile: cadheader.cpp: ambiguous conversion for functio
 USE_GITHUB=	yes
 GH_ACCOUNT=	sandyre
 
-USES=		cmake compiler:c++11-lib
+USES=		cmake cpe compiler:c++11-lib
+CPE_VENDOR=	${PORTNAME}_project
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>



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