pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/easytag xgettext is now a proper tool, so we can...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/05db1a571d51
branches:  trunk
changeset: 511381:05db1a571d51
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Apr 13 19:26:01 2006 +0000

description:
xgettext is now a proper tool, so we can just add it to USE_TOOLS.

diffstat:

 audio/easytag/Makefile |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (19 lines):

diff -r 68d8b47b3b09 -r 05db1a571d51 audio/easytag/Makefile
--- a/audio/easytag/Makefile    Thu Apr 13 19:24:29 2006 +0000
+++ b/audio/easytag/Makefile    Thu Apr 13 19:26:01 2006 +0000
@@ -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 @@
 
 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
 



Home | Main Index | Thread Index | Old Index