pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libxml2 Remove tar from USE_TOOLS again. gtar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9d0765c029e1
branches:  trunk
changeset: 499039:9d0765c029e1
user:      recht <recht%pkgsrc.org@localhost>
date:      Thu Sep 08 07:31:54 2005 +0000

description:
Remove tar from USE_TOOLS again. gtar (was changed to tar later) was added,
to work around problems with the bootstrap pax and libxml2-2.6.20 on
Darwin.

diffstat:

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

diffs (18 lines):

diff -r 77193388ddd7 -r 9d0765c029e1 textproc/libxml2/Makefile
--- a/textproc/libxml2/Makefile Thu Sep 08 06:31:19 2005 +0000
+++ b/textproc/libxml2/Makefile Thu Sep 08 07:31:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.72 2005/09/05 07:37:50 recht Exp $
+# $NetBSD: Makefile,v 1.73 2005/09/08 07:31:54 recht Exp $
 
 DISTNAME=      libxml2-2.6.21
 CATEGORIES=    textproc
@@ -12,7 +12,7 @@
 
 PKG_INSTALLATION_TYPES=        overwrite pkgviews
 
-USE_TOOLS+=            gmake tar
+USE_TOOLS+=            gmake
 USE_LIBTOOL=           yes
 PKGCONFIG_OVERRIDE=    libxml-2.0.pc.in
 



Home | Main Index | Thread Index | Old Index