diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 08:58:09 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-06-25 08:58:09 +0000 |
commit | 698f728a34f171d54b5a596f6920cc9f902eaac5 (patch) | |
tree | f10cf7fb25b0aa3ea00f6de39d75c4dd6e48df98 /lang/gcc47 | |
parent | 71bf6b0f0b6eacee0017dafc6618893627a19d91 (diff) |
Notes
Diffstat (limited to 'lang/gcc47')
-rw-r--r-- | lang/gcc47/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 322227cec071..029c0a0f7782 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -33,7 +33,7 @@ DISTVERSION= ${PORTVERSION} GCC_VERSION= ${PORTVERSION:C/(.+)\.[0-9]{8}/\1/} SUFFIX= ${PORTVERSION:C/([0-9]+).([0-9]+).*/\1\2/} ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 sparc64 -USES= gmake iconv perl5 tar:bzip2 +USES= gmake iconv makeinfo perl5 tar:bzip2 USE_BINUTILS= yes USE_PERL5= build SSP_UNSAFE= yes |