diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-03-22 15:00:20 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2015-03-22 15:00:20 +0000 |
commit | 4d78b85b5e7befd8720363c4cad63bd66d86cb11 (patch) | |
tree | 790a694a14449829832ef6666409f279bb9f56ce /lang | |
parent | c3970a23189de3fda7d76e3a50fc5005e5dc1115 (diff) | |
download | ports-4d78b85b5e7befd8720363c4cad63bd66d86cb11.tar.gz ports-4d78b85b5e7befd8720363c4cad63bd66d86cb11.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc49/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcc49/Makefile b/lang/gcc49/Makefile index 3a991e3a54ff..be257ef5562a 100644 --- a/lang/gcc49/Makefile +++ b/lang/gcc49/Makefile @@ -24,6 +24,9 @@ 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. A PORTVERSION of # 4.Y.2.s20130808 results in values of 4.Y-20130808, 4.Y.2, and 4Y @@ -32,7 +35,7 @@ DISTVERSION= ${PORTVERSION:C/([0-9]+\.[0-9]+).*\.s([0-9]+)/\1-\2/} GCC_VERSION= ${PORTVERSION:C/(.+)\.s[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 |