diff options
author | wiz <wiz> | 2002-09-23 14:32:57 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-09-23 14:32:57 +0000 |
commit | 3dc96b5e7752fd8eee4ecf9b97ab84f7cfbdee2b (patch) | |
tree | df96a3f55bbe204ea38ba51fc4353f82ec804762 /devel/libole2 | |
parent | 233dfa59c8fae452bf89e3795f456ecae9822869 (diff) | |
download | pkgsrc-3dc96b5e7752fd8eee4ecf9b97ab84f7cfbdee2b.tar.gz |
Convert to buildlink2.
Diffstat (limited to 'devel/libole2')
-rw-r--r-- | devel/libole2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/libole2/Makefile b/devel/libole2/Makefile index 0d4646f2387..2f5691978db 100644 --- a/devel/libole2/Makefile +++ b/devel/libole2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2001/11/11 20:00:13 damon Exp $ +# $NetBSD: Makefile,v 1.10 2002/09/23 14:32:57 wiz Exp $ # DISTNAME= libole2-0.2.4 @@ -11,8 +11,8 @@ COMMENT= OLE2 streams parsing library for GNOME GNU_CONFIGURE= YES USE_LIBTOOL= YES - +USE_BUILDLINK2= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig -.include "../../devel/glib/buildlink.mk" +.include "../../devel/glib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |