diff options
author | youri <youri@pkgsrc.org> | 2016-06-07 10:54:24 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-07 10:54:24 +0000 |
commit | 737914bac3fefb30cbb9575a9c80ec40a8ab4551 (patch) | |
tree | 09535dec6cbebdd397a5a7a8f896b67a46e737aa /x11 | |
parent | f1bbcc1a731997610284b40be2611db17ebc0207 (diff) | |
download | pkgsrc-737914bac3fefb30cbb9575a9c80ec40a8ab4551.tar.gz |
Add msgfmt to tools.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/lxinput/Makefile | 4 | ||||
-rw-r--r-- | x11/lxrandr/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/x11/lxinput/Makefile b/x11/lxinput/Makefile index dd6b824ff6d..8afef1ac2da 100644 --- a/x11/lxinput/Makefile +++ b/x11/lxinput/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/05/23 10:46:22 youri Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/07 10:54:24 youri Exp $ DISTNAME= lxinput-0.3.5 CATEGORIES= x11 @@ -11,7 +11,7 @@ COMMENT= Simple graphical front end to configure keyboard and mouse LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt .include "../../x11/gtk2/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" diff --git a/x11/lxrandr/Makefile b/x11/lxrandr/Makefile index f6188d0aa38..27683ccb9ac 100644 --- a/x11/lxrandr/Makefile +++ b/x11/lxrandr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/05/23 10:15:01 youri Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/07 10:54:43 youri Exp $ DISTNAME= lxrandr-0.3.1 CATEGORIES= x11 @@ -11,7 +11,7 @@ COMMENT= Simple graphical front end to the xrandr extension LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes -USE_TOOLS+= gmake intltool pkg-config +USE_TOOLS+= gmake intltool pkg-config msgfmt .include "../../x11/gtk2/buildlink3.mk" .include "../../sysutils/desktop-file-utils/desktopdb.mk" |