summaryrefslogtreecommitdiff
path: root/www/drivel/Makefile
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 /www/drivel/Makefile
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 'www/drivel/Makefile')
-rw-r--r--www/drivel/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/www/drivel/Makefile b/www/drivel/Makefile
index 4e9a77ba51f..bd4d6cf69be 100644
--- a/www/drivel/Makefile
+++ b/www/drivel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2006/06/22 14:18:22 joerg Exp $
+# $NetBSD: Makefile,v 1.32 2006/07/05 05:37:45 jlam Exp $
#
DISTNAME= drivel-2.0.2
@@ -13,7 +13,7 @@ COMMENT= LiveJournal client for the GNOME Desktop
GNU_CONFIGURE= YES
USE_DIRS+= gnome2-1.5
-USE_TOOLS+= gmake pkg-config msgfmt
+USE_TOOLS+= gmake intltool msgfmt pkg-config
USE_PKGLOCALEDIR= YES
GCONF2_SCHEMAS= drivel.schemas
@@ -32,7 +32,6 @@ BUILDLINK_API_DEPENDS.curl+= curl>=7.14.0nb1
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
.include "../../textproc/gtkspell/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../www/curl/buildlink3.mk"