diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 06:10:09 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 06:10:09 +0000 |
commit | 4ab36bc41955d7df1503ccc6da320e9b041ee8a1 (patch) | |
tree | 95096330be816e95fbc28d7a82b65904318dbda4 /devel/libole2/Makefile | |
parent | 752a2146ce0d9f8879322edc619eedffa9798bed (diff) | |
download | pkgsrc-4ab36bc41955d7df1503ccc6da320e9b041ee8a1.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'devel/libole2/Makefile')
-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 4864591a822..1d7bc98f529 100644 --- a/devel/libole2/Makefile +++ b/devel/libole2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/14 17:21:38 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/25 06:10:09 snj Exp $ # DISTNAME= libole2-0.2.4 @@ -12,7 +12,7 @@ COMMENT= OLE2 streams parsing library for GNOME GNU_CONFIGURE= YES USE_LIBTOOL= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES -.include "../../devel/glib/buildlink2.mk" +.include "../../devel/glib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |