diff options
author | wiz <wiz@pkgsrc.org> | 2004-04-23 22:58:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-04-23 22:58:10 +0000 |
commit | 8220ee19d260e80448f2ac298d8e51687e3655b0 (patch) | |
tree | a0d783ac0da19c0ac1550460525d6d9c5a6ed452 /finance/xquote | |
parent | babdf520844e6c7c07dc09d4fd3ef04dce3a5d14 (diff) | |
download | pkgsrc-8220ee19d260e80448f2ac298d8e51687e3655b0.tar.gz |
Convert to bl3.
Diffstat (limited to 'finance/xquote')
-rw-r--r-- | finance/xquote/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/xquote/Makefile b/finance/xquote/Makefile index 3711c54a06e..caf479a6926 100644 --- a/finance/xquote/Makefile +++ b/finance/xquote/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/08 12:35:15 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/23 22:58:10 wiz Exp $ DISTNAME= xquote-2.2 CATEGORIES= finance x11 @@ -9,14 +9,14 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://sunsite.dk/xinvest/xquote.html COMMENT= WWW ticker symbol quote retrieval program -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES NO_INSTALL_MANPAGES= YES post-patch: ${TOUCH} ${WRKSRC}/Xquote.man -.include "../../graphics/xpm/buildlink2.mk" -.include "../../mk/motif.buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" +.include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |