diff options
author | recht <recht@pkgsrc.org> | 2005-09-08 07:31:54 +0000 |
---|---|---|
committer | recht <recht@pkgsrc.org> | 2005-09-08 07:31:54 +0000 |
commit | 07956f8895c7a5b63b4a3099d5f08231abf255eb (patch) | |
tree | 4d51ed19a4db98308e04b886488828bd852b3de0 /textproc | |
parent | ddc94f102bbf7aedf7cef326d73666e56d9165a6 (diff) | |
download | pkgsrc-07956f8895c7a5b63b4a3099d5f08231abf255eb.tar.gz |
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 (limited to 'textproc')
-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 1cb0d5ebfc3..4827fc86efc 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -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 @@ COMMENT= XML parser library from the GNOME project PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_TOOLS+= gmake tar +USE_TOOLS+= gmake USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= libxml-2.0.pc.in |