diff options
-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" |