pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/lxmenu-data Add msgfmt to USE_TOOLS. That sho...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9e8b204f07c9
branches:  trunk
changeset: 348040:9e8b204f07c9
user:      youri <youri%pkgsrc.org@localhost>
date:      Mon Jun 06 02:02:33 2016 +0000

description:
Add msgfmt to USE_TOOLS. That should hopefully fix the build on Linux.

diffstat:

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

diffs (18 lines):

diff -r 8ed106bbc34f -r 9e8b204f07c9 sysutils/lxmenu-data/Makefile
--- a/sysutils/lxmenu-data/Makefile     Sun Jun 05 14:05:34 2016 +0000
+++ b/sysutils/lxmenu-data/Makefile     Mon Jun 06 02:02:33 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2016/05/23 09:44:33 youri Exp $
+# $NetBSD: Makefile,v 1.2 2016/06/06 02:02:33 youri Exp $
 
 DISTNAME=      lxmenu-data-0.1.5
 CATEGORIES=    x11
@@ -11,7 +11,7 @@
 LICENSE=       gnu-gpl-v2
 
 GNU_CONFIGURE= yes
-USE_TOOLS+=    gmake intltool
+USE_TOOLS+=    gettext gmake intltool msgfmt
 
 MENU_CONF=             share/examples/menus
 PKG_SYSCONFSUBDIR=     xdg



Home | Main Index | Thread Index | Old Index