Tue Jun 7 10:54:24 2016 UTC ()
Add msgfmt to tools.


(youri)
diff -r1.1 -r1.2 pkgsrc/x11/lxinput/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/x11/lxinput/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/lxinput/Makefile 2016/05/23 10:46:22 1.1
+++ pkgsrc/x11/lxinput/Makefile 2016/06/07 10:54:24 1.2
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.1 2016/05/23 10:46:22 youri Exp $ 1# $NetBSD: Makefile,v 1.2 2016/06/07 10:54:24 youri Exp $
2 2
3DISTNAME= lxinput-0.3.5 3DISTNAME= lxinput-0.3.5
4CATEGORIES= x11 4CATEGORIES= x11
5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/} 5MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lxde/}
6EXTRACT_SUFX= .tar.xz 6EXTRACT_SUFX= .tar.xz
7 7
8MAINTAINER= youri@NetBSD.org 8MAINTAINER= youri@NetBSD.org
9HOMEPAGE= http://lxde.org/ 9HOMEPAGE= http://lxde.org/
10COMMENT= Simple graphical front end to configure keyboard and mouse 10COMMENT= Simple graphical front end to configure keyboard and mouse
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= gmake intltool pkg-config 14USE_TOOLS+= gmake intltool pkg-config msgfmt
15 15
16.include "../../x11/gtk2/buildlink3.mk" 16.include "../../x11/gtk2/buildlink3.mk"
17.include "../../sysutils/desktop-file-utils/desktopdb.mk" 17.include "../../sysutils/desktop-file-utils/desktopdb.mk"
18.include "../../mk/bsd.pkg.mk" 18.include "../../mk/bsd.pkg.mk"