git: 35ad977e8236 - main - devel/lightning: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Wed, 20 Oct 2021 16:13:46 UTC
The branch main has been updated by se:

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

commit 35ad977e823632b9b27341dbd14cc2210608c2c3
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-20 16:13:06 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-20 16:13:06 +0000

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

diff --git a/devel/lightning/Makefile b/devel/lightning/Makefile
index 80f08e746c4d..cba63954bed0 100644
--- a/devel/lightning/Makefile
+++ b/devel/lightning/Makefile
@@ -15,7 +15,8 @@ ONLY_FOR_ARCHS=	aarch64 amd64 arm armv6 armv7 i386 mips powerpc powerpc64 powerp
 BROKEN_armv6=	fails to link: ../lib/.libs/liblightning.so: undefined reference to `__addsf3'
 BROKEN_armv7=	fails to link: ../lib/.libs/liblightning.so: undefined reference to `__addsf3'
 
-USES=		libtool pathfix
+USES=		cpe libtool pathfix
+CPE_VENDOR=	gnu
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--enable-disassembler=no
 INSTALL_TARGET=	install-strip