USE_TOOLS+=gtar is clearly not the right thing here, replace it
with the 'tar'.
This commit is contained in:
parent
d8b0699ac9
commit
c0cbdd7c9b
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue