pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/ikiwiki Add xgettext to USE_TOOLS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/63996743abe7
branches:  trunk
changeset: 533839:63996743abe7
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Oct 02 22:19:38 2007 +0000

description:
Add xgettext to USE_TOOLS.
Okay'd during freeze by wiz.
This was noticed in my own builds and also shown in
recent DragonFly bulk build.

diffstat:

 www/ikiwiki/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ba4070581315 -r 63996743abe7 www/ikiwiki/Makefile
--- a/www/ikiwiki/Makefile      Tue Oct 02 20:23:07 2007 +0000
+++ b/www/ikiwiki/Makefile      Tue Oct 02 22:19:38 2007 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2007/09/21 16:10:43 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2007/10/02 22:19:38 reed Exp $
 #
 
 DISTNAME=      ikiwiki_2.6.1
@@ -55,7 +55,7 @@
 WRKSRC=                ${WRKDIR}/ikiwiki
 PERL5_PACKLIST=        auto/IkiWiki/.packlist
 USE_LANGUAGES= # none
-USE_TOOLS=     gmake
+USE_TOOLS=     gmake xgettext
 
 REPLACE_PERL+= IkiWiki.pm ikiwiki-w3m.cgi mdwn2man pm_filter
 REPLACE_PERL+= ikiwiki.in ikiwiki-mass-rebuild



Home | Main Index | Thread Index | Old Index