pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxml2 USE_TOOLS+=gtar is clearly not the ri...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7face34e55f8
branches:  trunk
changeset: 498794:7face34e55f8
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Sep 03 14:23:50 2005 +0000

description:
USE_TOOLS+=gtar is clearly not the right thing here, replace it
with the 'tar'.

diffstat:

 textproc/libxml2/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r c86b9f6ccc89 -r 7face34e55f8 textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Sat Sep 03 14:21:13 2005 +0000
+++ b/textproc/libxml2/Makefile Sat Sep 03 14:23:50 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.70 2005/07/12 21:15:21 recht Exp $
+# $NetBSD: Makefile,v 1.71 2005/09/03 14:23:50 xtraeme Exp $
 
 DISTNAME=      libxml2-2.6.20
 CATEGORIES=    textproc
@@ -12,7 +12,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-USE_TOOLS+=            gmake gtar
+USE_TOOLS+=            gmake tar
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE=    libxml-2.0.pc.in
 



Home | Main Index | Thread Index | Old Index