pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/finance Convert to buildlink3.
details: https://anonhg.NetBSD.org/pkgsrc/rev/cf5df84748ef
branches: trunk
changeset: 474041:cf5df84748ef
user: snj <snj%pkgsrc.org@localhost>
date: Sun Apr 25 05:36:12 2004 +0000
description:
Convert to buildlink3.
diffstat:
finance/gnofin/Makefile | 12 ++++++------
finance/xinvest/Makefile | 8 ++++----
2 files changed, 10 insertions(+), 10 deletions(-)
diffs (58 lines):
diff -r 2a85a65d6e6a -r cf5df84748ef finance/gnofin/Makefile
--- a/finance/gnofin/Makefile Sun Apr 25 05:35:44 2004 +0000
+++ b/finance/gnofin/Makefile Sun Apr 25 05:36:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2004/01/22 08:37:19 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/04/25 05:36:12 snj Exp $
#
DISTNAME= gnofin-0.8.4
@@ -12,7 +12,7 @@
BUILD_USES_MSGFMT= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_X11= yes
GNU_CONFIGURE= yes
@@ -20,8 +20,8 @@
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../textproc/libxml/buildlink2.mk"
-.include "../../x11/gnome-libs/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../textproc/libxml/buildlink3.mk"
+.include "../../x11/gnome-libs/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 2a85a65d6e6a -r cf5df84748ef finance/xinvest/Makefile
--- a/finance/xinvest/Makefile Sun Apr 25 05:35:44 2004 +0000
+++ b/finance/xinvest/Makefile Sun Apr 25 05:36:12 2004 +0000
@@ -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 @@
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"
Home |
Main Index |
Thread Index |
Old Index