diff options
author | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-07-05 05:37:39 +0000 |
commit | 00478b39e6c53023f76627af6ffacebafc9db9d6 (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /math | |
parent | 9102c97edf0e6bbc2006c1461512bc2a61334627 (diff) | |
download | pkgsrc-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 'math')
-rw-r--r-- | math/gcalctool/Makefile | 5 | ||||
-rw-r--r-- | math/gnumeric/Makefile | 5 | ||||
-rw-r--r-- | math/qalculate-bases/Makefile | 5 | ||||
-rw-r--r-- | math/qalculate-currency/Makefile | 5 | ||||
-rw-r--r-- | math/qalculate-gtk/Makefile | 5 | ||||
-rw-r--r-- | math/qalculate-units/Makefile | 5 | ||||
-rw-r--r-- | math/qalculate/Makefile | 5 |
7 files changed, 14 insertions, 21 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 33f7134105a..4a66f6e99e2 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2006/04/17 13:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.55 2006/07/05 05:37:42 jlam Exp $ # DISTNAME= gcalctool-5.7.32 @@ -16,7 +16,7 @@ CONFIGURE_ENV+= HAVE_YACC=yes USE_DIRS+= gnome2-1.5 USE_LIBTOOL= yes -USE_TOOLS+= bison gmake msgfmt pkg-config +USE_TOOLS+= bison gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= yes GCONF2_SCHEMAS= gcalctool.schemas @@ -27,7 +27,6 @@ GCONF2_SCHEMAS= gcalctool.schemas .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 7451f208e94..ff6e93324c7 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.113 2006/04/17 13:46:39 wiz Exp $ +# $NetBSD: Makefile,v 1.114 2006/07/05 05:37:42 jlam Exp $ # DISTNAME= gnumeric-1.6.3 @@ -13,7 +13,7 @@ COMMENT= Spreadsheet program from the GNOME project USE_DIRS+= xdg-1.1 USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake msgfmt perl:run pkg-config +USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config USE_LIBTOOL= YES GNU_CONFIGURE= YES @@ -53,7 +53,6 @@ BUILDLINK_API_DEPENDS.libgnomeprint+= libgnomeprint>=2.8.2 BUILDLINK_API_DEPENDS.libgnomeprintui+= libgnomeprintui>=2.8.2 .include "../../print/libgnomeprintui/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" # XXX: link test against libpython fails diff --git a/math/qalculate-bases/Makefile b/math/qalculate-bases/Makefile index f5391f56150..54f94e54da2 100644 --- a/math/qalculate-bases/Makefile +++ b/math/qalculate-bases/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/19 19:24:34 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/05 05:37:42 jlam Exp $ DISTNAME= qalculate-bases-0.9.4 CATEGORIES= math @@ -11,12 +11,11 @@ COMMENT= Utility for conversion between number bases using Qalculate USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../math/qalculate/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/qalculate-currency/Makefile b/math/qalculate-currency/Makefile index ae885c18cd5..f29c67404ec 100644 --- a/math/qalculate-currency/Makefile +++ b/math/qalculate-currency/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/19 19:24:34 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/05 05:37:43 jlam Exp $ DISTNAME= qalculate-currency-0.9.4 CATEGORIES= math @@ -10,11 +10,10 @@ COMMENT= Utility for conversion between currencies using Qalculate USE_LANGUAGES= c c++ USE_LIBTOOL= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../math/qalculate/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/qalculate-gtk/Makefile b/math/qalculate-gtk/Makefile index 064fe402abb..8b7a6741b99 100644 --- a/math/qalculate-gtk/Makefile +++ b/math/qalculate-gtk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/06/22 10:22:59 joerg Exp $ +# $NetBSD: Makefile,v 1.15 2006/07/05 05:37:43 jlam Exp $ DISTNAME= qalculate-gtk-0.9.4 CATEGORIES= math @@ -13,12 +13,11 @@ DEPENDS+= wget>=1.8:../../net/wget USE_LANGUAGES= c c++ USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= yes .include "../../devel/libglade2/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../math/qalculate/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/qalculate-units/Makefile b/math/qalculate-units/Makefile index 0cb21803492..0800744a8c9 100644 --- a/math/qalculate-units/Makefile +++ b/math/qalculate-units/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/06/19 19:24:34 joerg Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/05 05:37:43 jlam Exp $ DISTNAME= qalculate-units-0.9.4 CATEGORIES= math @@ -11,11 +11,10 @@ COMMENT= Utility for conversion between units using Qalculate USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../math/qalculate/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/math/qalculate/Makefile b/math/qalculate/Makefile index 0f632c36838..599323e2c56 100644 --- a/math/qalculate/Makefile +++ b/math/qalculate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2006/06/14 20:14:21 adam Exp $ +# $NetBSD: Makefile,v 1.25 2006/07/05 05:37:43 jlam Exp $ DISTNAME= libqalculate-0.9.4 PKGNAME= qalculate-0.9.4 @@ -13,7 +13,7 @@ USE_GNU_READLINE= yes USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config GNU_CONFIGURE= yes PKGCONFIG_OVERRIDE= ${WRKSRC}/libqalculate.pc.in @@ -27,7 +27,6 @@ SUBST_STAGE.pthread= post-patch .include "../../devel/glib2/buildlink3.mk" .include "../../devel/readline/buildlink3.mk" .include "../../math/cln/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |