summaryrefslogtreecommitdiff
path: root/lang/gcc47
diff options
context:
space:
mode:
authorsbd <sbd>2012-09-13 10:11:50 +0000
committersbd <sbd>2012-09-13 10:11:50 +0000
commitec01bf0a478718233db8547f0b94eeed30311e28 (patch)
tree049f8a5e26446b45d739a0c30f82bda0677ff400 /lang/gcc47
parent16ecb23f3e31b13e723b9945fea58746f2bbbb93 (diff)
downloadpkgsrc-ec01bf0a478718233db8547f0b94eeed30311e28.tar.gz
Add a note about the PKGREVISION number and lang/gcc47-libs
Diffstat (limited to 'lang/gcc47')
-rw-r--r--lang/gcc47/Makefile5
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}/}