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 /editors/mlview | |
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 'editors/mlview')
-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" |