git: c146a3e06036 - main - devel/avr-gcc: Add CPE information
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 14 Oct 2021 21:32:04 UTC
The branch main has been updated by se: URL: https://cgit.FreeBSD.org/ports/commit/?id=c146a3e0603648a9e8263d578590b07e1bbed5fb commit c146a3e0603648a9e8263d578590b07e1bbed5fb Author: Stefan Eßer <se@FreeBSD.org> AuthorDate: 2021-10-14 21:30:11 +0000 Commit: Stefan Eßer <se@FreeBSD.org> CommitDate: 2021-10-14 21:30:11 +0000 devel/avr-gcc: Add CPE information Approved by: portmgr (blanket) --- devel/avr-gcc/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devel/avr-gcc/Makefile b/devel/avr-gcc/Makefile index 9a16b942ad80..06798f270ff4 100644 --- a/devel/avr-gcc/Makefile +++ b/devel/avr-gcc/Makefile @@ -22,8 +22,9 @@ LIB_DEPENDS= libgmp.so:math/gmp \ RUN_DEPENDS= avr-as:devel/binutils@avr \ avr-ld:devel/binutils@avr -USES= bison compiler:c++11-lang gmake iconv libtool localbase \ +USES= bison compiler:c++11-lang cpe gmake iconv libtool localbase \ makeinfo perl5 tar:xz +CPE_VENDOR= gnu USE_CXXSTD= gnu++03 USE_LDCONFIG= ${PREFIX}/lib/gcci/avr/${SUFFIX} USE_PERL5= build