diff options
Diffstat (limited to 'editors/mlview/Makefile')
-rw-r--r-- | editors/mlview/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/editors/mlview/Makefile b/editors/mlview/Makefile index 1e1a12cdbaa..e83679b66cf 100644 --- a/editors/mlview/Makefile +++ b/editors/mlview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/06/29 21:50:51 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2006/07/05 05:37:41 jlam Exp $ # DISTNAME= mlview-0.7.0 @@ -13,7 +13,7 @@ COMMENT= XML editor for the GNOME environment GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes @@ -27,7 +27,6 @@ GCONF2_SCHEMAS= mlview.schemas .include "../../devel/libgnome/buildlink3.mk" .include "../../devel/libgnomeui/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libcroco/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../textproc/libxslt/buildlink3.mk" |