summaryrefslogtreecommitdiff
path: root/time/gtodo
diff options
context:
space:
mode:
authorjlam <jlam>2006-07-05 05:37:39 +0000
committerjlam <jlam>2006-07-05 05:37:39 +0000
commit7a214e80a1d117a1dc986293ccb493d6eb35032e (patch)
tree3f9b395b95d690e2d375fdb2725a5c29aefa896e /time/gtodo
parent0e6a22d33e7e4e4500311b54c279cc8bbd93e27d (diff)
downloadpkgsrc-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/gtodo')
-rw-r--r--time/gtodo/Makefile5
1 files changed, 2 insertions, 3 deletions
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"