diff options
author | jlam <jlam@pkgsrc.org> | 2002-10-08 12:33:23 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2002-10-08 12:33:23 +0000 |
commit | aac5856cf2ba14762575b6899f9e521dd44e7c79 (patch) | |
tree | b357fc77910cc8a5e78c77dff4ac45d0df4e21d7 /finance/xinvest/Makefile | |
parent | e50e63a7e7eb9375458aeb5356ac260390202f46 (diff) | |
download | pkgsrc-aac5856cf2ba14762575b6899f9e521dd44e7c79.tar.gz |
buildlink1 -> buildlink2
Diffstat (limited to 'finance/xinvest/Makefile')
-rw-r--r-- | finance/xinvest/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/finance/xinvest/Makefile b/finance/xinvest/Makefile index 204c0a03be7..cda5d186649 100644 --- a/finance/xinvest/Makefile +++ b/finance/xinvest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2001/09/08 19:55:45 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2002/10/08 12:33:23 jlam Exp $ DISTNAME= xinvest-2.6 CATEGORIES= finance x11 @@ -9,12 +9,14 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://sunsite.dk/xinvest/xinvest.html COMMENT= Personal finance tracking and performance tool +USE_BUILDLINK2= YES USE_IMAKE= YES NO_INSTALL_MANPAGES= YES post-patch: ${TOUCH} ${WRKSRC}/Xinvest.man -.include "../../graphics/xpm/buildlink.mk" -.include "../../mk/motif.buildlink.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../mk/motif.buildlink2.mk" + .include "../../mk/bsd.pkg.mk" |