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 /graphics/refocus-it | |
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 'graphics/refocus-it')
-rw-r--r-- | graphics/refocus-it/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/refocus-it/Makefile b/graphics/refocus-it/Makefile index f69c5ea0802..5a6843af74a 100644 --- a/graphics/refocus-it/Makefile +++ b/graphics/refocus-it/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2006/04/13 18:23:34 jlam Exp $ +# $NetBSD: Makefile,v 1.12 2006/07/05 05:37:42 jlam Exp $ # DISTNAME= refocus-it-2.0.0 @@ -14,9 +14,8 @@ GNU_CONFIGURE= yes #just build the command line tool CONFIGURE_ARGS+= --without-gimp USE_PKGLOCALEDIR= yes -USE_TOOLS+= msgfmt +USE_TOOLS+= intltool msgfmt BROKEN_GETTEXT_DETECTION= yes .include "../../devel/gettext-lib/buildlink3.mk" -.include "../../textproc/intltool/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |