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 | 5b7d047e4a04a9fc34fac4845ac70df80ea5d0c1 (patch) | |
tree | 5ec501d034ef24f6f75c53c2e95f7cc7cdee5f94 /audio/easytag | |
parent | 179220be4411f13dffa24ddd244341e3f52819d8 (diff) | |
download | pkgsrc-5b7d047e4a04a9fc34fac4845ac70df80ea5d0c1.tar.gz |
xgettext is now a proper tool, so we can just add it to USE_TOOLS.
Diffstat (limited to 'audio/easytag')
-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 |