diff options
author | sbd <sbd@pkgsrc.org> | 2012-09-13 10:11:50 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-09-13 10:11:50 +0000 |
commit | 634c835ca57280b22c6a945623b2dcfe4ef4260d (patch) | |
tree | 049f8a5e26446b45d739a0c30f82bda0677ff400 /lang/gcc47/Makefile | |
parent | f453c23b473a3fe06e7a2863a37246f8654c5bf6 (diff) | |
download | pkgsrc-634c835ca57280b22c6a945623b2dcfe4ef4260d.tar.gz |
Add a note about the PKGREVISION number and lang/gcc47-libs
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 31c850db753..c4831026455 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -1,10 +1,13 @@ -# $NetBSD: Makefile,v 1.7 2012/09/13 07:19:11 sbd Exp $ +# $NetBSD: Makefile,v 1.8 2012/09/13 10:11:50 sbd Exp $ GCC_PKGNAME= gcc47 .include "version.mk" DISTNAME= gcc-${GCC_DIST_VERSION} PKGNAME= ${GCC_PKGNAME}-${GCC_DIST_VERSION} +## When bumping the PKGREVISION of this package the PKGREVISION of +## lang/gcc47-libs needs to be bump to be at least 1 more than the +## PKGREVISION of this package! PKGREVISION= 4 CATEGORIES= lang MASTER_SITES= ${MASTER_SITE_GNU:=gcc/gcc-${GCC_DIST_VERSION}/} |