aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorgerald <gerald@FreeBSD.org>2015-03-22 09:44:19 +0800
committergerald <gerald@FreeBSD.org>2015-03-22 09:44:19 +0800
commit1c2cfac426c47520aa6414c0069b7f67e5b95b18 (patch)
tree60022acdb7fc49a80f4bb9ddb8548be80158f1b6 /lang
parente5769a846e48e07e0a53dd449360a36ba7642a15 (diff)
downloadfreebsd-ports-gnome-1c2cfac426c47520aa6414c0069b7f67e5b95b18.tar.gz
freebsd-ports-gnome-1c2cfac426c47520aa6414c0069b7f67e5b95b18.tar.zst
freebsd-ports-gnome-1c2cfac426c47520aa6414c0069b7f67e5b95b18.zip
Add CPE information.
PR: 198249 Submitted by: shun.fbsd.pr@dropcut.net
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index aac13b993983..2681cabbb5ee 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/Makefile
@@ -24,6 +24,7 @@ BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu
.endif
CONFLICTS= gcc48*
+CPE_VENDOR= gnu
# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
# of executables and directories once installed.
@@ -31,7 +32,7 @@ DISTVERSION= ${PORTVERSION}
GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
ONLY_FOR_ARCHS= amd64 armv6 armv6hf i386 powerpc powerpc64 sparc64
-USES= gmake iconv libtool makeinfo perl5 tar:bzip2
+USES= cpe gmake iconv libtool makeinfo perl5 tar:bzip2
USE_BINUTILS= yes
USE_PERL5= build
SSP_UNSAFE= yes