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 /inputmethod | |
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 'inputmethod')
-rw-r--r-- | inputmethod/imhangul_status_applet/Makefile | 5 | ||||
-rw-r--r-- | inputmethod/uim/Makefile | 5 |
2 files changed, 4 insertions, 6 deletions
diff --git a/inputmethod/imhangul_status_applet/Makefile b/inputmethod/imhangul_status_applet/Makefile index 66083fb8846..3ae82bc1575 100644 --- a/inputmethod/imhangul_status_applet/Makefile +++ b/inputmethod/imhangul_status_applet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/06/22 10:22:07 joerg Exp $ +# $NetBSD: Makefile,v 1.22 2006/07/05 05:37:42 jlam Exp $ # DISTNAME= imhangul_status_applet-0.3 @@ -15,12 +15,11 @@ DEPENDS+= imhangul>=0.9.6:../../inputmethod/imhangul GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 gnome2-1.5 USE_PKGLOCALEDIR= yes -USE_TOOLS+= gmake pkg-config msgfmt +USE_TOOLS+= gmake intltool msgfmt pkg-config USE_LIBTOOL= yes GCONF2_SCHEMAS= imhangul_status.schemas .include "../../devel/GConf2/schemas.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gnome-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/inputmethod/uim/Makefile b/inputmethod/uim/Makefile index 3cf7d2932a7..fea1df1bede 100644 --- a/inputmethod/uim/Makefile +++ b/inputmethod/uim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2006/06/12 16:35:20 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2006/07/05 05:37:42 jlam Exp $ # DISTNAME= uim-1.1.0 @@ -13,7 +13,7 @@ USE_DIRS+= xdg-1.1 USE_LIBTOOL= YES USE_NCURSES= # clear_screen, clr_eos USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake intltool pkg-config USE_LANGUAGES= c c++ PKGCONFIG_OVERRIDE+= ${WRKSRC}/uim.pc.in GNU_CONFIGURE= YES @@ -39,6 +39,5 @@ post-install: .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/ncurses/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/x11.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |