diff options
author | gutteridge <gutteridge@pkgsrc.org> | 2021-02-12 00:42:05 +0000 |
---|---|---|
committer | gutteridge <gutteridge@pkgsrc.org> | 2021-02-12 00:42:05 +0000 |
commit | 722a739145ada793b54b95ac237cce63d63ea8d9 (patch) | |
tree | f9fcaa78e4be4bd2027c5343ffc66fdcfee1cc65 /lang/gcc9 | |
parent | e323c8440ded18782d2cbc249e674ec3f18141a1 (diff) | |
download | pkgsrc-722a739145ada793b54b95ac237cce63d63ea8d9.tar.gz |
gcc9: add comment about gcc9-libs PKGREVISION rule
Diffstat (limited to 'lang/gcc9')
-rw-r--r-- | lang/gcc9/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lang/gcc9/Makefile b/lang/gcc9/Makefile index 0b22b14727d..9f57dd28e4c 100644 --- a/lang/gcc9/Makefile +++ b/lang/gcc9/Makefile @@ -1,11 +1,14 @@ -# $NetBSD: Makefile,v 1.27 2021/02/09 10:37:18 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2021/02/12 00:42:05 gutteridge Exp $ GCC_PKGNAME= gcc9 .include "version.mk" -PKGREVISION= 5 DISTNAME= gcc-${GCC9_DIST_VERSION} PKGNAME= ${GCC_PKGNAME}-${GCC9_DIST_VERSION} +## When bumping the PKGREVISION of this package the PKGREVISION of +## lang/gcc9-libs needs to be bumped to be at least 1 more than the +## PKGREVISION of this package! +PKGREVISION= 5 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC9_VERSION}/} EXTRACT_SUFX= .tar.xz |