diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 14:23:50 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-09-03 14:23:50 +0000 |
commit | c0cbdd7c9bba8cdad0981f372a73776ee4ab69eb (patch) | |
tree | 989c1cb3c4d9f80ea1cdd656482ab88594bbde30 /textproc/libxml2 | |
parent | d8b0699ac9b4285057205c6944baf43ec9c6cbc9 (diff) | |
download | pkgsrc-c0cbdd7c9bba8cdad0981f372a73776ee4ab69eb.tar.gz |
USE_TOOLS+=gtar is clearly not the right thing here, replace it
with the 'tar'.
Diffstat (limited to 'textproc/libxml2')
-rw-r--r-- | textproc/libxml2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |