diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-29 17:08:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-29 17:08:44 +0000 |
commit | 0ea3937c3c251ed572d2388fd96b75fda1df73fe (patch) | |
tree | 6a246246378e0e9faa82285a5ef438ea2dacb4bb /devel/gal | |
parent | 341dc4acf5f1f2fcb99ab435e1d6e72821e46869 (diff) | |
download | pkgsrc-0ea3937c3c251ed572d2388fd96b75fda1df73fe.tar.gz |
Use LIBTOOL_OVERRIDE instead of LTCONFIG_OVERRIDE to fix build failure.
Diffstat (limited to 'devel/gal')
-rw-r--r-- | devel/gal/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/gal/Makefile b/devel/gal/Makefile index b335bf4d747..739b21fb4e7 100644 --- a/devel/gal/Makefile +++ b/devel/gal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2002/10/26 18:08:54 bouyer Exp $ +# $NetBSD: Makefile,v 1.29 2002/10/29 17:08:44 wiz Exp $ DISTNAME= gal-0.19.3 PKGREVISION= 1 @@ -15,7 +15,7 @@ USE_X11BASE= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool INCOMPAT_ICONV= SunOS-*-* |