diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 18:51:18 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-23 18:52:50 +0000 |
commit | ef9af3997eacb3ab8598ee1534b4377499aad60b (patch) | |
tree | 41abd41a9ce9d2d31bc0cc6be95927cfaad5f415 | |
parent | 91ea0894464260064d3928bdbfaf61fd893b96d3 (diff) | |
download | ports-ef9af3997eacb3ab8598ee1534b4377499aad60b.tar.gz ports-ef9af3997eacb3ab8598ee1534b4377499aad60b.zip |
net-p2p/c-lightning: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r-- | net-p2p/c-lightning/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |