diff options
Diffstat (limited to 'cross/gcc-mips-current/Makefile')
-rw-r--r-- | cross/gcc-mips-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/gcc-mips-current/Makefile b/cross/gcc-mips-current/Makefile index 84b197ee3e3..fd25f5d842d 100644 --- a/cross/gcc-mips-current/Makefile +++ b/cross/gcc-mips-current/Makefile @@ -1,10 +1,11 @@ -# $NetBSD: Makefile,v 1.7 2015/03/23 16:02:09 martin Exp $ +# $NetBSD: Makefile,v 1.8 2015/06/12 10:48:35 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= 1 CATEGORIES= cross lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_DIST_VERSION}/} |