git: ef9af3997eac - main - net-p2p/c-lightning: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Oct 2021 18:53:01 UTC
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