summaryrefslogtreecommitdiff
path: root/wm/metacity/Makefile
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 /wm/metacity/Makefile
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 'wm/metacity/Makefile')
-rw-r--r--wm/metacity/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/wm/metacity/Makefile b/wm/metacity/Makefile
index f43545fe831..646b01a8ed6 100644
--- a/wm/metacity/Makefile
+++ b/wm/metacity/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.59 2006/05/03 11:16:33 drochner Exp $
+# $NetBSD: Makefile,v 1.60 2006/07/05 05:37:45 jlam Exp $
#
DISTNAME= metacity-2.14.3
@@ -12,7 +12,7 @@ COMMENT= GNOME-compliant window manager
USE_DIRS+= gnome2-1.5 theme-1.0
USE_PKGLOCALEDIR= YES
-USE_TOOLS+= gmake msgfmt pkg-config
+USE_TOOLS+= gmake intltool msgfmt pkg-config
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
@@ -30,7 +30,6 @@ CONFIGURE_ARGS+= --disable-xinerama
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/pango/buildlink3.mk"
-.include "../../textproc/intltool/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../x11/xcursor/buildlink3.mk"