pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/upower needs msgfmt and friends



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa415fc2e120
branches:  trunk
changeset: 648569:fa415fc2e120
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Mar 15 16:48:17 2015 +0000

description:
needs msgfmt and friends

diffstat:

 sysutils/upower/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r b6d41b33ad7b -r fa415fc2e120 sysutils/upower/Makefile
--- a/sysutils/upower/Makefile  Sun Mar 15 16:47:19 2015 +0000
+++ b/sysutils/upower/Makefile  Sun Mar 15 16:48:17 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2015/02/21 19:44:55 jmcneill Exp $
+# $NetBSD: Makefile,v 1.2 2015/03/15 16:48:17 tnn Exp $
 
 DISTNAME=      upower-0.99.2
 CATEGORIES=    sysutils
@@ -11,7 +11,7 @@
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake pkg-config intltool
+USE_TOOLS+=    gmake pkg-config intltool xgettext msgmerge msgfmt
 
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE}
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}



Home | Main Index | Thread Index | Old Index