diff options
author | skrll <skrll@pkgsrc.org> | 2002-02-03 22:29:11 +0000 |
---|---|---|
committer | skrll <skrll@pkgsrc.org> | 2002-02-03 22:29:11 +0000 |
commit | 5d76fba94471dede5c8f69ed9572612376a08c5b (patch) | |
tree | e7f12bc997094223412305541750ba5e82a89199 | |
parent | b1367505af42b88f2b45ce6c40b0839568fb765f (diff) | |
download | pkgsrc-5d76fba94471dede5c8f69ed9572612376a08c5b.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
-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" |