diff options
Diffstat (limited to 'lang/go/Makefile')
-rw-r--r-- | lang/go/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lang/go/Makefile b/lang/go/Makefile index aa4939d55a7..958cdc744c1 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.36 2015/12/22 20:44:40 bsiegert Exp $ +# $NetBSD: Makefile,v 1.37 2016/01/16 09:43:44 fhajny Exp $ .include "version.mk" DISTNAME= go${GO_VERSION}.src PKGNAME= go-${GO_VERSION} -PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= https://storage.googleapis.com/golang/ @@ -17,7 +16,7 @@ WRKSRC= ${WRKDIR}/go USE_TOOLS+= bash:run perl:run pax # uses ulimit -T -BUILD_DEPENDS+= bash>=4.2nb3:../../shells/bash +# BUILD_DEPENDS+= bash>=4.2nb3:../../shells/bash # cgo compiles under TMPDIR TMPDIR?= /tmp |