summaryrefslogtreecommitdiff
path: root/x11/gnome-desktop
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-07-05 05:37:39 +0000
committerjlam <jlam@pkgsrc.org>2006-07-05 05:37:39 +0000
commit00478b39e6c53023f76627af6ffacebafc9db9d6 (patch)
tree3f9b395b95d690e2d375fdb2725a5c29aefa896e /x11/gnome-desktop
parent9102c97edf0e6bbc2006c1461512bc2a61334627 (diff)
downloadpkgsrc-00478b39e6c53023f76627af6ffacebafc9db9d6.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 'x11/gnome-desktop')
-rw-r--r--x11/gnome-desktop/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/gnome-desktop/Makefile b/x11/gnome-desktop/Makefile
index 2e05b9ff276..e3fd2f6dc20 100644
--- a/x11/gnome-desktop/Makefile
+++ b/x11/gnome-desktop/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.56 2006/05/31 22:07:18 wiz Exp $
+# $NetBSD: Makefile,v 1.57 2006/07/05 05:37:46 jlam Exp $
#
DISTNAME= gnome-desktop-2.14.2
@@ -13,7 +13,7 @@ COMMENT= Common GNOME2 desktop files and libgnome-desktop library
GNU_CONFIGURE= yes
USE_DIRS+= gnome2-1.5
USE_PKGLOCALEDIR= yes
-USE_TOOLS+= gmake msgfmt perl:run pkg-config
+USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-gnome-distributor="The NetBSD Foundation"
@@ -31,7 +31,6 @@ post-install:
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../graphics/libgnomecanvas/buildlink3.mk"
.include "../../sysutils/gnome-vfs2/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../textproc/gnome-doc-utils/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
.include "../../x11/gtk2/buildlink3.mk"