diff options
Diffstat (limited to 'cross/gcc-mips-current/Makefile')
-rw-r--r-- | cross/gcc-mips-current/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/gcc-mips-current/Makefile b/cross/gcc-mips-current/Makefile index 89e354f1ee4..eae67aba9ae 100644 --- a/cross/gcc-mips-current/Makefile +++ b/cross/gcc-mips-current/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.9 2016/02/25 11:35:33 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2016/07/09 06:37:58 wiz Exp $ GCC_DIST_VERSION=4.9.2 GCC_PKGNAME= gcc-mips-${GCC_DIST_VERSION} DISTNAME= gcc-${GCC_DIST_VERSION} PKGNAME= ${GCC_PKGNAME} -PKGREVISION= 1 +PKGREVISION= 2 #PKGREVISION= 1 CATEGORIES= cross lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_DIST_VERSION}/} |