summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2016-03-25 21:14:19 +0000
committerjoerg <joerg>2016-03-25 21:14:19 +0000
commit5479bf75244994500b133f4c5f599eea4a0e5129 (patch)
tree03e5f70c612cb2587e2dd9bb46a257f2712bd945 /devel
parent84712b99b553e72426b98687db4bae4afbe530ca (diff)
downloadpkgsrc-5479bf75244994500b133f4c5f599eea4a0e5129.tar.gz
Force extraction with bsdtar.
Diffstat (limited to 'devel')
-rw-r--r--devel/bazel/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/bazel/Makefile b/devel/bazel/Makefile
index ba1da57f730..463a50fd85f 100644
--- a/devel/bazel/Makefile
+++ b/devel/bazel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/03/01 20:45:31 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2016/03/25 21:14:19 joerg Exp $
DISTNAME= bazel-0.2.0
CATEGORIES= devel
@@ -9,6 +9,8 @@ HOMEPAGE= http://bazel.io/
COMMENT= Google's own build tool
LICENSE= apache-2.0
+EXTRACT_USING= bsdtar
+
DEPENDS+= unzip-[0-9]*:../../archivers/unzip
DEPENDS+= zip-[0-9]*:../../archivers/zip