diff options
author | wiz <wiz> | 2004-04-15 11:46:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-04-15 11:46:47 +0000 |
commit | eda748aa13cdce20714c132a705511266f19a5eb (patch) | |
tree | 0b7867a1d924c6b2fc7addec31d2b5fab84adcd2 /converters/wv2/Makefile | |
parent | cf13dddb79bd9036a931cb6a4b8f7997a6a59af9 (diff) | |
download | pkgsrc-eda748aa13cdce20714c132a705511266f19a5eb.tar.gz |
Convert to bl3.
Diffstat (limited to 'converters/wv2/Makefile')
-rw-r--r-- | converters/wv2/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/converters/wv2/Makefile b/converters/wv2/Makefile index 3422c159dac..0cca3dd2506 100644 --- a/converters/wv2/Makefile +++ b/converters/wv2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:35 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/15 11:46:47 wiz Exp $ # DISTNAME= wv2-0.2.1 @@ -11,7 +11,7 @@ MAINTAINER= markd@NetBSD.org HOMEPAGE= http://wvware.sourceforge.net/ COMMENT= Library to access Microsoft Word files -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_GNU_ICONV= yes USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes @@ -20,7 +20,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+= --disable-debug CONFIGURE_ARGS+= --with-libiconv=${BUILDLINK_PREFIX.libiconv} -.include "../../converters/libiconv/buildlink2.mk" -.include "../../devel/libgsf/buildlink2.mk" -.include "../../devel/pkgconfig/buildlink2.mk" +.include "../../converters/libiconv/buildlink3.mk" +.include "../../devel/libgsf/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |