diff options
author | youri <youri@pkgsrc.org> | 2016-06-07 10:26:52 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-07 10:26:52 +0000 |
commit | a6a704c4b9391183fb113b3a7b792ffa6aef82a8 (patch) | |
tree | 0c1aa3ee5f0a381833035cdb3ac0effd3f163b74 /sysutils/lxtask | |
parent | 883facfb6f01fa4afbe7e9123a2ae613bb4f15ed (diff) | |
download | pkgsrc-a6a704c4b9391183fb113b3a7b792ffa6aef82a8.tar.gz |
Add msgfmt to fix the build.
Diffstat (limited to 'sysutils/lxtask')
-rw-r--r-- | sysutils/lxtask/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/lxtask/Makefile b/sysutils/lxtask/Makefile index 24f732a7dff..6f82a7f7557 100644 --- a/sysutils/lxtask/Makefile +++ b/sysutils/lxtask/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/05/23 10:50:35 youri Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/07 10:26:52 youri Exp $ DISTNAME= lxtask-0.1.7 CATEGORIES= x11 @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= 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" |