summaryrefslogtreecommitdiff
path: root/finance
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-05 05:37:39 +0000
committerjlam <jlam@pkgsrc.org>2006-07-05 05:37:39 +0000
commit00478b39e6c53023f76627af6ffacebafc9db9d6 (patch)
tree3f9b395b95d690e2d375fdb2725a5c29aefa896e /finance
parent9102c97edf0e6bbc2006c1461512bc2a61334627 (diff)
downloadpkgsrc-00478b39e6c53023f76627af6ffacebafc9db9d6.tar.gz
Sweep pkgsrc and convert packages that included intltool/buildlink3.mk
to use instead "USE_TOOLS+=intltool". Remove now unused intltool/buildlink3.mk
Diffstat (limited to 'finance')
-rw-r--r--finance/gnucash-devel/Makefile5
-rw-r--r--finance/gnucash/Makefile5
2 files changed, 4 insertions, 6 deletions
diff --git a/finance/gnucash-devel/Makefile b/finance/gnucash-devel/Makefile
index 96d650ae1b3..283d16152e3 100644
--- a/finance/gnucash-devel/Makefile
+++ b/finance/gnucash-devel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2006/07/02 11:07:03 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2006/07/05 05:37:41 jlam Exp $
#
DISTNAME= gnucash-1.9.8
@@ -15,7 +15,7 @@ DEPENDS+= guile-www-[0-9]*:../../devel/guile-www
USE_DIRS+= xdg-1.1
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake makeinfo msgfmt pkg-config
+USE_TOOLS+= gmake intltool makeinfo msgfmt pkg-config
GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= lib/goffice-0.0.4/libgoffice-1.pc.in
@@ -61,7 +61,6 @@ BUILDLINK_API_DEPENDS.goffice+= goffice>=0.1.2
.include "../../misc/goffice/buildlink3.mk"
.include "../../print/libgnomeprint/buildlink3.mk"
.include "../../print/libgnomeprintui/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
BUILDLINK_API_DEPENDS.gtk2+= gtk2+>=2.6.0
.include "../../www/gtkhtml38/buildlink3.mk"
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 6581c9f25a7..cbf7265a921 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.98 2006/04/17 13:46:24 wiz Exp $
+# $NetBSD: Makefile,v 1.99 2006/07/05 05:37:41 jlam Exp $
DISTNAME= gnucash-1.8.12
PKGREVISION= 4
@@ -15,7 +15,7 @@ DEPENDS+= p5-Date-Manip>=5.42a:../../devel/p5-Date-Manip
DEPENDS+= p5-Finance-Quote>=1.06:../../finance/p5-Finance-Quote
USE_DIRS+= gnome1-1.5
-USE_TOOLS+= bison gmake pkg-config
+USE_TOOLS+= bison gmake intltool pkg-config
USE_LIBTOOL= YES
USE_PKGLOCALEDIR= YES
@@ -49,7 +49,6 @@ post-install:
.include "../../lang/guile/buildlink3.mk"
.include "../../math/guppi/buildlink3.mk"
.include "../../net/ORBit/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml/buildlink3.mk"
.include "../../www/gtkhtml/buildlink3.mk"
.include "../../x11/gnome-libs/buildlink3.mk"