diff options
author | obache <obache@pkgsrc.org> | 2014-11-28 09:59:31 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2014-11-28 09:59:31 +0000 |
commit | 60bc09fc97200db8c7487ff28b04c5c86986af64 (patch) | |
tree | 9ed45ff581dbc1f12d7edfdb81e377de69f6f545 /lang/gcc48-libs | |
parent | ea69833418653b9baa057f3e1f5046d41f832aeb (diff) | |
download | pkgsrc-60bc09fc97200db8c7487ff28b04c5c86986af64.tar.gz |
Bump PKGREVISION to 3, to be one more than gcc48.
Diffstat (limited to 'lang/gcc48-libs')
-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 b028f5461ef..aacc2fbb564 100644 --- a/lang/gcc48-libs/Makefile +++ b/lang/gcc48-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2014/10/31 14:22:20 ryoon Exp $ +# $NetBSD: Makefile,v 1.17 2014/11/28 09:59:31 obache 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= 3 CATEGORIES= lang MASTER_SITES= # empty DISTFILES= # empty |