diff options
author | snj <snj@pkgsrc.org> | 2004-04-25 05:36:12 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-25 05:36:12 +0000 |
commit | 20bd1abcc4cfce9f410eaea32c9d9edbd33f4a60 (patch) | |
tree | 508fbdd50160a23047c97074a612e17ad9b897e8 /finance/xinvest | |
parent | ab9d9e3f98d6545da6c634de5f8c7fd1ca4893db (diff) | |
download | pkgsrc-20bd1abcc4cfce9f410eaea32c9d9edbd33f4a60.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'finance/xinvest')
-rw-r--r-- | finance/xinvest/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile index cda5d186649..ff0cecd1eef 100644 --- a/finance/xinvest/Makefile +++ b/finance/xinvest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2002/10/08 12:33:23 jlam Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/25 05:37:33 snj Exp $ DISTNAME= xinvest-2.6 CATEGORIES= finance x11 @@ -9,14 +9,14 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://sunsite.dk/xinvest/xinvest.html COMMENT= Personal finance tracking and performance tool -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES NO_INSTALL_MANPAGES= YES post-patch: ${TOUCH} ${WRKSRC}/Xinvest.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" |