diff options
author | youri <youri@pkgsrc.org> | 2016-06-07 10:28:52 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-07 10:28:52 +0000 |
commit | f1bbcc1a731997610284b40be2611db17ebc0207 (patch) | |
tree | 1e2b9e89dff9318300cede2a2456fe4aab1765fe /x11/lxappearance | |
parent | a6a704c4b9391183fb113b3a7b792ffa6aef82a8 (diff) | |
download | pkgsrc-f1bbcc1a731997610284b40be2611db17ebc0207.tar.gz |
Add msgfmt to toosl.
Diffstat (limited to 'x11/lxappearance')
-rw-r--r-- | x11/lxappearance/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/lxappearance/Makefile b/x11/lxappearance/Makefile index f4933c07934..dfd4b7c5eae 100644 --- a/x11/lxappearance/Makefile +++ b/x11/lxappearance/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/05/23 08:08:09 youri Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/07 10:28:52 youri Exp $ DISTNAME= lxappearance-0.6.2 CATEGORIES= x11 @@ -16,7 +16,7 @@ CONFIGURE_ARGS+= XSLTPROC=${PREFIX}/bin/xsltproc CONFIGURE_ARGS+= --disable-static CONFIGURE_ARGS+= --enable-dbus USE_LIBTOOL= yes -USE_TOOLS+= intltool pkg-config +USE_TOOLS+= intltool pkg-config msgfmt BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt |