diff options
Diffstat (limited to 'lang/gcc6-libs/Makefile')
-rw-r--r-- | lang/gcc6-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc6-libs/Makefile b/lang/gcc6-libs/Makefile index 4a6ac0c7ea2..d7a3206b4cf 100644 --- a/lang/gcc6-libs/Makefile +++ b/lang/gcc6-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2021/02/12 00:34:22 gutteridge Exp $ +# $NetBSD: Makefile,v 1.15 2021/02/13 15:56:16 maya Exp $ GCC_PKGNAME= gcc6 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -9,7 +9,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC6_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc6 package so that with the dependence pattern ## '{gcc6,gcc6-libs}>=6.1.*' pkg_add will choose gcc6-libs over gcc6. -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= lang MASTER_SITES= # empty |