diff options
author | snj <snj@pkgsrc.org> | 2004-05-02 01:03:55 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-05-02 01:03:55 +0000 |
commit | 8f4b5053f2cb0aab94a8e2d7f87e92874ffd3e9c (patch) | |
tree | 4b53e70a81a12627a118c8b4906b5949dfb4c780 /finance | |
parent | 8047f892c4fad6fcc4eb615072db1f7d880ad8cc (diff) | |
download | pkgsrc-8f4b5053f2cb0aab94a8e2d7f87e92874ffd3e9c.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/emma/Makefile | 10 | ||||
-rw-r--r-- | finance/p5-finance-quote/Makefile | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/finance/emma/Makefile b/finance/emma/Makefile index 5d808282b9e..daa22818aa6 100644 --- a/finance/emma/Makefile +++ b/finance/emma/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/22 08:37:19 grant Exp $ +# $NetBSD: Makefile,v 1.24 2004/05/02 01:03:55 snj Exp $ # DISTNAME= emma-0.8.2 @@ -14,7 +14,7 @@ BUILD_USES_MSGFMT= yes USE_X11BASE= YES GNU_CONFIGURE= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES USE_GNU_TOOLS+= make USE_LIBTOOL= yes @@ -27,8 +27,8 @@ PYTHON_VERSIONS_ACCEPTED= 15 post-extract: ${RM} ${WRKSRC}/config.cache -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../lang/python/application.mk" -.include "../../time/py-mxDateTime/buildlink2.mk" -.include "../../x11/gnome-libs/buildlink2.mk" +.include "../../time/py-mxDateTime/buildlink3.mk" +.include "../../x11/gnome-libs/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/finance/p5-finance-quote/Makefile b/finance/p5-finance-quote/Makefile index 1f623c70688..f8510c18f60 100644 --- a/finance/p5-finance-quote/Makefile +++ b/finance/p5-finance-quote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/03/26 02:27:39 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2004/05/02 01:03:55 snj Exp $ DISTNAME= Finance-Quote-1.08 PKGNAME= p5-finance-quote-1.08 @@ -13,7 +13,7 @@ COMMENT= Perl module to get stock quotes from Yahoo DEPENDS+= p5-HTML-TableExtract-1.*:../../www/p5-HTML-TableExtract DEPENDS+= p5-libwww>=5.48:../../www/p5-libwww -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Finance/Quote/.packlist .include "../../lang/perl5/module.mk" |