summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorbsiegert <bsiegert>2015-03-10 21:52:10 +0000
committerbsiegert <bsiegert>2015-03-10 21:52:10 +0000
commitf6627947afca76d2b07eea4aa92e1bda16ab6818 (patch)
tree05d01050a6c4bc07aa5b315a253a83275e2b4850 /lang
parentc550881ced9b3734309f793d6ca6b98a302f60c0 (diff)
downloadpkgsrc-f6627947afca76d2b07eea4aa92e1bda16ab6818.tar.gz
Add pax to USE_TOOLS.
Diffstat (limited to 'lang')
-rw-r--r--lang/go/go-package.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/go/go-package.mk b/lang/go/go-package.mk
index f3125b672e8..afcac72704b 100644
--- a/lang/go/go-package.mk
+++ b/lang/go/go-package.mk
@@ -1,4 +1,4 @@
-# $NetBSD: go-package.mk,v 1.2 2015/01/13 21:35:13 bsiegert Exp $
+# $NetBSD: go-package.mk,v 1.3 2015/03/10 21:52:10 bsiegert Exp $
#
# This file implements common logic for compiling Go programs in pkgsrc.
# The compiled Go code is tied to a specific compiler version, and the
@@ -29,6 +29,7 @@ BUILD_DEPENDS+= go-${GO_VERSION}*:../../lang/go
MAKE_JOBS_SAFE= no
INSTALLATION_DIRS+= bin gopkg
+USE_TOOLS+= pax
GOTOOLDIR= ${PREFIX}/go/pkg/tool/${LOWER_OPSYS}_${GOARCH}