pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/kapptemplate USE_TOOLS+=tar as the package conta...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/429e806153ad
branches:  trunk
changeset: 639750:429e806153ad
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Wed Sep 24 14:35:33 2014 +0000

description:
USE_TOOLS+=tar as the package contains a hardcoded 'tar' call which may
find the wrong one (needs to support bzip2).

diffstat:

 devel/kapptemplate/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 3d55c4f51dc7 -r 429e806153ad devel/kapptemplate/Makefile
--- a/devel/kapptemplate/Makefile       Wed Sep 24 14:33:28 2014 +0000
+++ b/devel/kapptemplate/Makefile       Wed Sep 24 14:35:33 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2014/08/22 11:24:28 wiz Exp $
+# $NetBSD: Makefile,v 1.8 2014/09/24 14:35:33 jperkin Exp $
 
 DISTNAME=      kapptemplate-${_KDE_VERSION}
 PKGREVISION=   4
@@ -7,7 +7,7 @@
 
 .include "../../meta-pkgs/kde4/Makefile.kde4"
 
-USE_TOOLS+=    gmake
+USE_TOOLS+=    gmake tar
 
 .include "../../meta-pkgs/kde4/kde4.mk"
 



Home | Main Index | Thread Index | Old Index