diff options
Diffstat (limited to 'lang/gcc8/Makefile')
-rw-r--r-- | lang/gcc8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc8/Makefile b/lang/gcc8/Makefile index 8d56bc22941..506b23d3388 100644 --- a/lang/gcc8/Makefile +++ b/lang/gcc8/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.31 2022/03/10 16:43:11 nia Exp $ +# $NetBSD: Makefile,v 1.32 2022/06/28 11:34:11 wiz Exp $ GCC_PKGNAME= gcc8 .include "version.mk" DISTNAME= gcc-${GCC8_DIST_VERSION} PKGNAME= ${GCC_PKGNAME}-${GCC8_DIST_VERSION} -PKGREVISION= 5 +PKGREVISION= 6 ## When bumping the PKGREVISION of this package the PKGREVISION of ## lang/gcc8-libs needs to be bumped to be at least 1 more than the ## PKGREVISION of this package! |