diff options
author | joerg <joerg> | 2015-11-30 16:50:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2015-11-30 16:50:16 +0000 |
commit | ca490676d0af6de645bdda06c8da0825b15eb892 (patch) | |
tree | d9a784abc21fe428d68d566231a157b50ab3af74 /x11/qwt-qt4 | |
parent | 44e5e07e0c987529dcf3124f18417865e04e9db8 (diff) | |
download | pkgsrc-ca490676d0af6de645bdda06c8da0825b15eb892.tar.gz |
Doesn't like nbpax for extraction, so use bsdtar.
Diffstat (limited to 'x11/qwt-qt4')
-rw-r--r-- | x11/qwt-qt4/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/qwt-qt4/Makefile b/x11/qwt-qt4/Makefile index 145ea25b663..37afe8ac610 100644 --- a/x11/qwt-qt4/Makefile +++ b/x11/qwt-qt4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/11/26 10:14:57 adam Exp $ +# $NetBSD: Makefile,v 1.32 2015/11/30 16:50:16 joerg Exp $ DISTNAME= qwt-5.2.3 CATEGORIES= x11 @@ -10,6 +10,8 @@ HOMEPAGE= http://sourceforge.net/projects/qwt/ COMMENT= Qt widget library for technical purposes LICENSE= gnu-lgpl-v2 +EXTRACT_USING= bsdtar + USE_LANGUAGES= c++ USE_LIBTOOL= yes USE_TOOLS+= gmake |