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 | 00478b39e6c53023f76627af6ffacebafc9db9d6 (patch) | |
tree | 3f9b395b95d690e2d375fdb2725a5c29aefa896e /wm | |
parent | 9102c97edf0e6bbc2006c1461512bc2a61334627 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | wm/e16menuedit2/Makefile | 5 | ||||
-rw-r--r-- | wm/metacity/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/wm/e16menuedit2/Makefile b/wm/e16menuedit2/Makefile index a402d90d87b..fa4ba38ff7d 100644 --- a/wm/e16menuedit2/Makefile +++ b/wm/e16menuedit2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2006/04/17 13:46:50 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2006/07/05 05:37:45 jlam Exp $ # DISTNAME= e16menuedit2-0.0.1 @@ -15,7 +15,7 @@ DEPENDS+= enlightenment-0.16.*:../../wm/enlightenment BROKEN_GETTEXT_DETECTION= yes GNU_CONFIGURE= yes -USE_TOOLS+= automake msgfmt pkg-config +USE_TOOLS+= automake intltool msgfmt pkg-config USE_DIRS+= gnome2-1.5 USE_PKGLOCALEDIR= yes MAKE_ENV+= CATALOGS="de.gmo en.gmo ko.gmo tr.gmo" @@ -26,7 +26,6 @@ pre-configure: .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../textproc/scrollkeeper/omf.mk" .include "../../x11/gtk2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" 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" |