diff options
author | skrll <skrll> | 2002-02-03 22:29:11 +0000 |
---|---|---|
committer | skrll <skrll> | 2002-02-03 22:29:11 +0000 |
commit | 99fe888bfbd2945936de49dc8e4b03feaec9738f (patch) | |
tree | e7f12bc997094223412305541750ba5e82a89199 /textproc/libxml | |
parent | df5d975b004baa82bdcac55bf4ba3010c0971d30 (diff) | |
download | pkgsrc-99fe888bfbd2945936de49dc8e4b03feaec9738f.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/libxml')
-rw-r--r-- | textproc/libxml/Makefile | 4 |
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" |