summaryrefslogtreecommitdiff
path: root/x11/qt4-libs
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-01-11 00:15:39 +0000
committerjoerg <joerg@pkgsrc.org>2013-01-11 00:15:39 +0000
commit96bf5023ae29533d32e0ee9aac9a268dc0587dae (patch)
treee7e3f40c8935b5453ec62d8f56bdcc05c208e722 /x11/qt4-libs
parent16b4873f3b10aedb88aa95e8dd20380f53e9adb6 (diff)
downloadpkgsrc-96bf5023ae29533d32e0ee9aac9a268dc0587dae.tar.gz
Prefer bsdtar (in-tree) over external GPL3 gtar.
Diffstat (limited to 'x11/qt4-libs')
-rw-r--r--x11/qt4-libs/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/qt4-libs/Makefile.common b/x11/qt4-libs/Makefile.common
index b86e9ca3f1c..c920ed82342 100644
--- a/x11/qt4-libs/Makefile.common
+++ b/x11/qt4-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.34 2012/10/29 05:06:47 asau Exp $
+# $NetBSD: Makefile.common,v 1.35 2013/01/11 00:15:40 joerg Exp $
# used by x11/qt4-docs/Makefile
# used by x11/qt4-libs/Makefile
# used by x11/qt4-mng/Makefile
@@ -11,7 +11,7 @@
DISTNAME= qt-everywhere-opensource-src-${QTVERSION}
CATEGORIES= x11
MASTER_SITES= http://releases.qt-project.org/qt4/source/
-EXTRACT_USING= gtar
+EXTRACT_USING= bsdtar
.include "../../x11/qt4/Makefile.common"