diff options
author | jperkin <jperkin@pkgsrc.org> | 2013-04-02 09:57:51 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2013-04-02 09:57:51 +0000 |
commit | 2613c8dac14802e20abc51572dd2e25fb3981553 (patch) | |
tree | 339d4b6a9c63afa40f98e156b2aee3bca192614b /lang/gcc47-libs | |
parent | 3de15228fa990bba60ec5df6b204479a55d7e286 (diff) | |
download | pkgsrc-2613c8dac14802e20abc51572dd2e25fb3981553.tar.gz |
Enable Go support on SunOS.
Bump PKGREVISIONs.
Diffstat (limited to 'lang/gcc47-libs')
-rw-r--r-- | lang/gcc47-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/gcc47-libs/Makefile b/lang/gcc47-libs/Makefile index 7d917918ec9..60c84623851 100644 --- a/lang/gcc47-libs/Makefile +++ b/lang/gcc47-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2013/03/01 15:24:42 jperkin Exp $ +# $NetBSD: Makefile,v 1.10 2013/04/02 09:57:52 jperkin Exp $ GCC_PKGNAME= gcc47 .include "../../lang/${GCC_PKGNAME}/version.mk" @@ -8,7 +8,7 @@ PKGNAME= ${GCC_PKGNAME}-libs-${GCC_DIST_VERSION} ## The PKGREVISION of this package needs to be at least 1 more than the ## PKGREVISION of the lang/gcc47 package so that with the dependence pattern ## '{gcc47,gcc47-libs}>=4.7.*' pkg_all will choose gcc47-libs over gcc47. -PKGREVISION= 3 +PKGREVISION= 4 CATEGORIES= lang MASTER_SITES= # empty DISTFILES= # empty |