diff options
author | wiz <wiz@pkgsrc.org> | 2014-01-14 19:33:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-01-14 19:33:10 +0000 |
commit | b979aebaa38a92710efbdb6299bcfd54e148f668 (patch) | |
tree | d14a3a1a025b67b0f06f336e45d95bcd7df681c1 /lang | |
parent | 6ddd7c3214584e400ec15e70eb49af45e2951685 (diff) | |
download | pkgsrc-b979aebaa38a92710efbdb6299bcfd54e148f668.tar.gz |
Bump PKGREVISION because gcc48/Makefile says so.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc48-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc48-libs/Makefile b/lang/gcc48-libs/Makefile index 35ca114bd31..f18f205d6ba 100644 --- a/lang/gcc48-libs/Makefile +++ b/lang/gcc48-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/10/21 20:26:19 adam Exp $ +# $NetBSD: Makefile,v 1.10 2014/01/14 19:33:10 wiz Exp $ GCC_PKGNAME= gcc48 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC48_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc48 package so that with the dependence pattern ## '{gcc48,gcc48-libs}>=4.8.*' pkg_all will choose gcc48-libs over gcc48. -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= lang MASTER_SITES= # empty DISTFILES= # empty |