summaryrefslogtreecommitdiff
path: root/devel/libole2
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-02-04 04:38:54 +0000
committergrant <grant@pkgsrc.org>2004-02-04 04:38:54 +0000
commit58ce2c63e63102093edda546fc97a4cfc9fd8baa (patch)
treee3bbebf32592c76776d7d0ba4e3dae5cfa182a76 /devel/libole2
parentf78b04114a06cb37ab273cadb7c18190b2c7877a (diff)
downloadpkgsrc-58ce2c63e63102093edda546fc97a4cfc9fd8baa.tar.gz
replace LTCONFIG_OVERRIDE with LIBTOOL_OVERRIDE. fixes install on
Solaris.
Diffstat (limited to 'devel/libole2')
-rw-r--r--devel/libole2/Makefile4
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"