aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2015-03-22 01:52:43 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2015-03-22 01:52:43 +0000
commitf021648fe1a19257b626538aa1348e5536e45d83 (patch)
tree7079f02e0ce265205e1bf0349b47b36fca0cbbb0 /lang
parent16e7451816a06416aacbcfb2a8c4392f82449419 (diff)
downloadports-f021648fe1a19257b626538aa1348e5536e45d83.tar.gz
ports-f021648fe1a19257b626538aa1348e5536e45d83.zip
Notes
Diffstat (limited to 'lang')
-rw-r--r--lang/gcc46/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcc46/Makefile b/lang/gcc46/Makefile
index eee6eaa2c92d..df38201b3aaa 100644
--- a/lang/gcc46/Makefile
+++ b/lang/gcc46/Makefile
@@ -26,13 +26,16 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/as:${PORTSDIR}/devel/binutils
BUILD_DEPENDS+= runtest:${PORTSDIR}/misc/dejagnu
.endif
+CPE_VENDOR= gnu
+CPE_PRODUCT= gcc
+
# DISTVERSION relates to downloads, GCC_VERSION and SUFFIX to names
# of executables and directories once installed.
DISTVERSION= ${PORTVERSION}
GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/}
SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/}
ONLY_FOR_ARCHS= amd64 i386 ia64 powerpc 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