diff options
author | jlam <jlam> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-05 05:37:39 +0000 |
commit | 7a214e80a1d117a1dc986293ccb493d6eb35032e (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /time | |
parent | 0e6a22d33e7e4e4500311b54c279cc8bbd93e27d (diff) | |
download | pkgsrc-7a214e80a1d117a1dc986293ccb493d6eb35032e.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 'time')
-rw-r--r-- | time/evolution-webcal/Makefile | 5 | ||||
-rw-r--r-- | time/gnotime/Makefile | 5 | ||||
-rw-r--r-- | time/gtodo/Makefile | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/time/evolution-webcal/Makefile b/time/evolution-webcal/Makefile index 0d8c45102a3..26e2d703719 100644 --- a/time/evolution-webcal/Makefile +++ b/time/evolution-webcal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2006/06/22 10:11:18 joerg Exp $ +# $NetBSD: Makefile,v 1.21 2006/07/05 05:37:45 jlam Exp $ # DISTNAME= evolution-webcal-2.5.90 @@ -13,7 +13,7 @@ COMMENT= GNOME URL handler for web-published iCal calendar files GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES GCONF2_SCHEMAS= evolution-webcal.schemas @@ -23,6 +23,5 @@ GCONF2_SCHEMAS= evolution-webcal.schemas .include "../../devel/libgnomeui/buildlink3.mk" .include "../../mail/evolution-data-server/buildlink3.mk" .include "../../net/libsoup-devel/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/time/gnotime/Makefile b/time/gnotime/Makefile index 4e5c2412f35..2ffdf78ac33 100644 --- a/time/gnotime/Makefile +++ b/time/gnotime/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/06/29 18:58:19 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/05 05:37:45 jlam Exp $ DISTNAME= gnotime-2.2.1 PKGREVISION= 8 @@ -11,7 +11,7 @@ COMMENT= Time tracker for GNOME2 GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -26,7 +26,6 @@ GCONF2_SCHEMAS= gnotime.schemas .include "../../devel/popt/buildlink3.mk" .include "../../lang/guile/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../www/gtkhtml38/buildlink3.mk" diff --git a/time/gtodo/Makefile b/time/gtodo/Makefile index 63fd8d3c76f..063086d1c5a 100644 --- a/time/gtodo/Makefile +++ b/time/gtodo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/06/16 14:21:38 joerg Exp $ +# $NetBSD: Makefile,v 1.18 2006/07/05 05:37:45 jlam Exp $ # DISTNAME= gtodo-0.14 @@ -12,7 +12,7 @@ COMMENT= To-do list manager for the GNOME desktop GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_PKGLOCALEDIR= YES GCONF2_SCHEMAS= gtodo.schemas @@ -21,7 +21,6 @@ GCONF2_SCHEMAS= gtodo.schemas .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |