diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-28 16:24:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-28 16:24:10 +0000 |
commit | 550242385813e78eec495f45fb858c291f741218 (patch) | |
tree | d166f7ec3cb19fbbe719655a63f9a241b1545187 /cross/h8300-elf-gcc | |
parent | 1c35c4003beff77194757e1120d16036918e3ba4 (diff) | |
download | pkgsrc-550242385813e78eec495f45fb858c291f741218.tar.gz |
recursive bump after mpfr shlib major bump
Diffstat (limited to 'cross/h8300-elf-gcc')
-rw-r--r-- | cross/h8300-elf-gcc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/h8300-elf-gcc/Makefile b/cross/h8300-elf-gcc/Makefile index ea3dee22bd2..4a223340795 100644 --- a/cross/h8300-elf-gcc/Makefile +++ b/cross/h8300-elf-gcc/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2017/09/09 15:17:12 dholland Exp $ +# $NetBSD: Makefile,v 1.4 2018/01/28 16:24:12 wiz Exp $ DISTNAME= gcc-6.2.0 PKGNAME= cross-h8300-elf-${DISTNAME} -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= cross MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${PKGVERSION_NOREV}/} EXTRACT_SUFX= .tar.bz2 |