Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Oct 2021 20:01:58 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: 9be265df1388 - main - devel/libical: Add CPE information
Message-ID:  <202110052001.195K1wkj043539@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=9be265df138873432b3eea428c3e08194565f694

commit 9be265df138873432b3eea428c3e08194565f694
Author:     Bernhard Froehlich <decke@FreeBSD.org>
AuthorDate: 2021-10-05 19:45:15 +0000
Commit:     Bernhard Froehlich <decke@FreeBSD.org>
CommitDate: 2021-10-05 20:01:23 +0000

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

diff --git a/devel/libical/Makefile b/devel/libical/Makefile
index a096ba5b8d14..42d8cc9593a1 100644
--- a/devel/libical/Makefile
+++ b/devel/libical/Makefile
@@ -14,10 +14,12 @@ LICENSE_COMB=	dual
 
 LIB_DEPENDS=	libicuuc.so:devel/icu
 
-USES=		cmake compiler:c++11-lib gnome pathfix perl5 pkgconfig
+USES=		cmake compiler:c++11-lib cpe gnome pathfix perl5 pkgconfig
 USE_PERL5=	build
 USE_LDCONFIG=	yes
 
+CPE_VENDOR=	libical_project
+
 MAKE_JOBS_UNSAFE=	yes
 
 CFLAGS_amd64=	-fPIC



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