diff options
author | jlam <jlam@pkgsrc.org> | 2006-04-13 19:26:01 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-04-13 19:26:01 +0000 |
commit | 24c7ce376aa681b423a5296c4c0eb7f196ed989a (patch) | |
tree | 5ec501d034ef24f6f75c53c2e95f7cc7cdee5f94 /audio | |
parent | d0f812f4cb0323635f34838b2950f1c3fc22c876 (diff) | |
download | pkgsrc-24c7ce376aa681b423a5296c4c0eb7f196ed989a.tar.gz |
xgettext is now a proper tool, so we can just add it to USE_TOOLS.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/easytag/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/easytag/Makefile b/audio/easytag/Makefile index bbad68dd24e..9c9812d169e 100644 --- a/audio/easytag/Makefile +++ b/audio/easytag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2006/04/13 18:23:29 jlam Exp $ +# $NetBSD: Makefile,v 1.50 2006/04/13 19:26:01 jlam Exp $ # DISTNAME= easytag-1.1 @@ -13,8 +13,7 @@ COMMENT= Tool to view, edit and write ID3 v1&2 TAGs with a GTK+ interface GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake -USE_TOOLS+= msgfmt # xgettext, really +USE_TOOLS+= gmake xgettext USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes |