diff options
author | recht <recht> | 2005-09-08 07:31:54 +0000 |
---|---|---|
committer | recht <recht> | 2005-09-08 07:31:54 +0000 |
commit | 1f329c80f65b778123e2d06a205c9cec32fe8a60 (patch) | |
tree | 4d51ed19a4db98308e04b886488828bd852b3de0 /textproc | |
parent | ae2e40ce9d04aa2618061141aa3b5eda07f5863d (diff) | |
download | pkgsrc-1f329c80f65b778123e2d06a205c9cec32fe8a60.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 |