git: 52832ad34c5c - main - base/gcc6: Add CPE information

From: Stefan Eßer <se_at_FreeBSD.org>
Date: Thu, 14 Oct 2021 10:41:44 UTC
The branch main has been updated by se:

URL: https://cgit.FreeBSD.org/ports/commit/?id=52832ad34c5c4015cfc79e5c88e732f85db22667

commit 52832ad34c5c4015cfc79e5c88e732f85db22667
Author:     Stefan Eßer <se@FreeBSD.org>
AuthorDate: 2021-10-14 10:41:18 +0000
Commit:     Stefan Eßer <se@FreeBSD.org>
CommitDate: 2021-10-14 10:41:18 +0000

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

diff --git a/base/gcc6/Makefile b/base/gcc6/Makefile
index 05b0bfc6f833..61dd26a6bca9 100644
--- a/base/gcc6/Makefile
+++ b/base/gcc6/Makefile
@@ -29,7 +29,8 @@ PREFIX=		/usr
 CONFIGURE_ENV+= ${_tool}_FOR_TARGET="${${_tool}}"
 .endfor
 
-USES=	gmake libtool tar:xz makeinfo
+USES=		cpe gmake libtool tar:xz makeinfo
+CPE_VENDOR=	gnu
 PLIST_SUB=	OPSYS=${OPSYS:tl} \
 		SUFFIX=${SUFFIX} \
 		GCC_TARGET=${GCC_TARGET} \