aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Eßer <se@FreeBSD.org>2021-10-14 10:41:18 +0000
committerStefan Eßer <se@FreeBSD.org>2021-10-14 10:41:18 +0000
commit52832ad34c5c4015cfc79e5c88e732f85db22667 (patch)
treeab530dd05cd84edbf679f5cd46c9280840844956
parent3ec40702953dd110961e5f0f3439c9a1413b415a (diff)
downloadports-52832ad34c5c4015cfc79e5c88e732f85db22667.tar.gz
ports-52832ad34c5c4015cfc79e5c88e732f85db22667.zip
base/gcc6: Add CPE information
Approved by: portmgr (blanket)
-rw-r--r--base/gcc6/Makefile3
1 files changed, 2 insertions, 1 deletions
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} \