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