diff options
author | tnn <tnn@pkgsrc.org> | 2015-03-15 16:48:17 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2015-03-15 16:48:17 +0000 |
commit | 70a79798f5a44a5a634176b172733f0d9ccd3af8 (patch) | |
tree | 6b2d3fafda0f7f7107ca2f778d6bd93574c6ccbe /sysutils | |
parent | 0674965f63f1d41c10bf3d42f1b595cd7c84f622 (diff) | |
download | pkgsrc-70a79798f5a44a5a634176b172733f0d9ccd3af8.tar.gz |
needs msgfmt and friends
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/upower/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/upower/Makefile b/sysutils/upower/Makefile index 62009311b35..d42243341ad 100644 --- a/sysutils/upower/Makefile +++ b/sysutils/upower/Makefile @@ -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 @@ COMMENT= Power management system message bus service 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} |