diff options
author | maya <maya@pkgsrc.org> | 2016-09-05 20:34:15 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2016-09-05 20:34:15 +0000 |
commit | 1dce77e87b359d288b4452cf55b8820dc69aba47 (patch) | |
tree | c91a513cd22235c22dcf2f13e4486145ee2a73b3 /lang | |
parent | 0fb3e2fb3a0faa96bcd9a4fc67ef8ea31c78b961 (diff) | |
download | pkgsrc-1dce77e87b359d288b4452cf55b8820dc69aba47.tar.gz |
gcc48-libs: bump PKGREVISION higher than gcc48 for pkg dependency pattern
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 c67e0df8cf3..90723b4e1bd 100644 --- a/lang/gcc48-libs/Makefile +++ b/lang/gcc48-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/11/25 12:51:16 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2016/09/05 20:34:15 maya 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= 5 CATEGORIES= lang MASTER_SITES= # empty DISTFILES= # empty |