diff options
author | joerg <joerg> | 2013-01-11 00:15:39 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-01-11 00:15:39 +0000 |
commit | 87947391b9986595dc1d2e1da09db68bcfad76b9 (patch) | |
tree | e7e3f40c8935b5453ec62d8f56bdcc05c208e722 /x11/qt4-libs | |
parent | a95468810748fd0d33b4d539ddda0c0ddf793015 (diff) | |
download | pkgsrc-87947391b9986595dc1d2e1da09db68bcfad76b9.tar.gz |
Prefer bsdtar (in-tree) over external GPL3 gtar.
Diffstat (limited to 'x11/qt4-libs')
-rw-r--r-- | x11/qt4-libs/Makefile.common | 4 |
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" |