diff options
author | jlam <jlam> | 2006-07-05 05:37:39 +0000 |
---|---|---|
committer | jlam <jlam> | 2006-07-05 05:37:39 +0000 |
commit | 7a214e80a1d117a1dc986293ccb493d6eb35032e (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /devel/libbonoboui | |
parent | 0e6a22d33e7e4e4500311b54c279cc8bbd93e27d (diff) | |
download | pkgsrc-7a214e80a1d117a1dc986293ccb493d6eb35032e.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 'devel/libbonoboui')
-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" |