Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Sep 2021 12:02:26 GMT
From:      Bernhard Froehlich <decke@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: d0833a792539 - main - devel/mcpp: Add CPE information
Message-ID:  <202109211202.18LC2Q27099914@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by decke:

URL: https://cgit.FreeBSD.org/ports/commit/?id=d0833a792539c0ef7195fd7117b7563c99bf26dd

commit d0833a792539c0ef7195fd7117b7563c99bf26dd
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-09-21 11:42:01 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-09-21 12:01:31 +0000

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

diff --git a/devel/mcpp/Makefile b/devel/mcpp/Makefile
index 466aea58606d..55ebf585e785 100644
--- a/devel/mcpp/Makefile
+++ b/devel/mcpp/Makefile
@@ -12,10 +12,11 @@ COMMENT=	Alternative C/C++ preprocessor
 LICENSE=	BSD2CLAUSE
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-USES=		libtool
+USES=		cpe libtool
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-mcpplib
 USE_LDCONFIG=	yes
+CPE_VENDOR=	mcpp_project
 
 OPTIONS_DEFINE=	DOCS
 



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