From c0cbdd7c9bba8cdad0981f372a73776ee4ab69eb Mon Sep 17 00:00:00 2001 From: xtraeme Date: Sat, 3 Sep 2005 14:23:50 +0000 Subject: USE_TOOLS+=gtar is clearly not the right thing here, replace it with the 'tar'. --- textproc/libxml2/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc') diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 9a06d084bd4..6c02893d396 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -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 @@ COMMENT= XML parser library from the GNOME project PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_TOOLS+= gmake gtar +USE_TOOLS+= gmake tar USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= libxml-2.0.pc.in -- cgit v1.2.3