diff options
Diffstat (limited to 'www/drivel/Makefile')
-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" |