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 | 8250185398ae2452f62bfd3098d3d81d71432a86 (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /www/drivel | |
parent | 574e1fffeabb6d6a6f74d3639e5bb411c569d0b4 (diff) | |
download | pkgsrc-8250185398ae2452f62bfd3098d3d81d71432a86.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')
-rw-r--r-- | www/drivel/Makefile | 5 |
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" |