diff options
author | grant <grant@pkgsrc.org> | 2004-02-04 04:38:54 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-02-04 04:38:54 +0000 |
commit | 58ce2c63e63102093edda546fc97a4cfc9fd8baa (patch) | |
tree | e3bbebf32592c76776d7d0ba4e3dae5cfa182a76 /devel | |
parent | f78b04114a06cb37ab273cadb7c18190b2c7877a (diff) | |
download | pkgsrc-58ce2c63e63102093edda546fc97a4cfc9fd8baa.tar.gz |
replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libole2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile index 65a1fd67c4d..1f11397615d 100644 --- a/devel/libole2/Makefile +++ b/devel/libole2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2003/07/17 21:31:38 grant Exp $ +# $NetBSD: Makefile,v 1.15 2004/02/04 04:38:54 grant Exp $ # DISTNAME= libole2-0.2.4 @@ -13,7 +13,7 @@ COMMENT= OLE2 streams parsing library for GNOME GNU_CONFIGURE= YES USE_LIBTOOL= YES USE_BUILDLINK2= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../devel/glib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |