summaryrefslogtreecommitdiff
path: root/audio/easytag
diff options
context:
space:
mode:
authorjlam <jlam>2006-04-13 19:26:01 +0000
committerjlam <jlam>2006-04-13 19:26:01 +0000
commit98c2c2a29c08af7244a894caab94467f59de364b (patch)
tree5ec501d034ef24f6f75c53c2e95f7cc7cdee5f94 /audio/easytag
parent631b10fb1af683468fe380657eb170853863854f (diff)
downloadpkgsrc-98c2c2a29c08af7244a894caab94467f59de364b.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/Makefile5
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