Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Oct 2021 18:53:01 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: ef9af3997eac - main - net-p2p/c-lightning: Add CPE information
Message-ID:  <202110231853.19NIr1n9060625@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=ef9af3997eacb3ab8598ee1534b4377499aad60b

commit ef9af3997eacb3ab8598ee1534b4377499aad60b
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-23 18:51:18 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-23 18:52:50 +0000

    net-p2p/c-lightning: Add CPE information
    
    Approved by:    portmgr (blanket)
---
 net-p2p/c-lightning/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-p2p/c-lightning/Makefile b/net-p2p/c-lightning/Makefile
index a1a4c58b5b1e..31b58d39f6e4 100644
--- a/net-p2p/c-lightning/Makefile
+++ b/net-p2p/c-lightning/Makefile
@@ -20,8 +20,9 @@ LIB_DEPENDS=	libgmp.so:math/gmp \
 		libsqlite3.so:databases/sqlite3
 RUN_DEPENDS=	bitcoin-cli:net-p2p/bitcoin-utils
 
-USES=		autoreconf:build compiler:c11 gettext gmake libtool \
+USES=		autoreconf:build compiler:c11 cpe gettext gmake libtool \
 		python:3.5+,build
+CPE_VENDOR=	elementsproject
 BINARY_ALIAS=	python=${PYTHON_CMD} python3=${PYTHON_CMD}
 ALL_TARGET=	default
 



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