diff options
Diffstat (limited to 'cross/binutils-mips-current/Makefile')
-rw-r--r-- | cross/binutils-mips-current/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/binutils-mips-current/Makefile b/cross/binutils-mips-current/Makefile index f50590e0dfd..f34d2623e9f 100644 --- a/cross/binutils-mips-current/Makefile +++ b/cross/binutils-mips-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2015/03/23 16:01:28 martin Exp $ +# $NetBSD: Makefile,v 1.6 2016/07/09 06:37:58 wiz Exp $ # # GNU binutils snapshot, configured to target MIPS (NetBSD/playstation2) @@ -7,6 +7,7 @@ BINUTILS_VER= 2.25 DISTNAME= binutils-${BINUTILS_VER} #PKGREVISION= 1 PKGNAME= binutils-mips-${BINUTILS_VER} +PKGREVISION= 1 CATEGORIES= cross lang MASTER_SITES= ${MASTER_SITE_GNU:=binutils/} EXTRACT_SUFX= .tar.bz2 |