diff options
Diffstat (limited to 'devel/libbonoboui/Makefile')
-rw-r--r-- | devel/libbonoboui/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libbonoboui/Makefile b/devel/libbonoboui/Makefile index 6a8343bdb99..895ae8caaf7 100644 --- a/devel/libbonoboui/Makefile +++ b/devel/libbonoboui/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/04/17 13:46:10 wiz Exp $ +# $NetBSD: Makefile,v 1.53 2006/07/05 05:37:40 jlam Exp $ # DISTNAME= libbonoboui-2.14.0 @@ -14,7 +14,7 @@ COMMENT= GNOME2 Object activation framework library (graphical version) GNU_CONFIGURE= yes USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake msgfmt pkg-config +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes PKGCONFIG_OVERRIDE= bonobo/libbonoboui-2.0.pc.in @@ -34,7 +34,6 @@ BUILDLINK_API_DEPENDS.libgnome+= libgnome>=2.13.7 .include "../../graphics/libart2/buildlink3.mk" .include "../../graphics/libgnomecanvas/buildlink3.mk" .include "../../sysutils/gnome-vfs2/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/libxml2/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |