summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorskrll <skrll>2002-02-03 22:29:11 +0000
committerskrll <skrll>2002-02-03 22:29:11 +0000
commitbf512df88768c2d139992333d485720727e85d5f (patch)
treee7f12bc997094223412305541750ba5e82a89199 /textproc
parent03b9ed1f1b023aed0bd9b067d380e40fa95aa1c9 (diff)
downloadpkgsrc-bf512df88768c2d139992333d485720727e85d5f.tar.gz
This pkgs uses a newer libtool which means we need LIBTOOL_OVERRIDE not
LTCONFIG_OVERRIDE. From Eric Schnoebelen <eric@cirr.com> in pkg/15472
Diffstat (limited to 'textproc')
-rw-r--r--textproc/libxml/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/libxml/Makefile b/textproc/libxml/Makefile
index 4b44ff34181..cbcbdb69ea6 100644
--- a/textproc/libxml/Makefile
+++ b/textproc/libxml/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2001/09/30 20:15:48 rh Exp $
+# $NetBSD: Makefile,v 1.22 2002/02/03 22:29:11 skrll Exp $
#
DISTNAME= libxml-1.8.16
@@ -14,7 +14,7 @@ USE_BUILDLINK_ONLY= YES
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
.include "../../devel/zlib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"