diff options
author | youri <youri@pkgsrc.org> | 2016-06-09 05:38:47 +0000 |
---|---|---|
committer | youri <youri@pkgsrc.org> | 2016-06-09 05:38:47 +0000 |
commit | 4d5714cca1d361189500004d799eaec4fe246dad (patch) | |
tree | 20660f5d07946d8c592059dc8edc554f7b8a9dc8 /sysutils/libfm-extra | |
parent | 51ff7566e8effaa8d58c5beea32a454754630993 (diff) | |
download | pkgsrc-4d5714cca1d361189500004d799eaec4fe246dad.tar.gz |
Add msgfmt to tools.
Diffstat (limited to 'sysutils/libfm-extra')
-rw-r--r-- | sysutils/libfm-extra/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/libfm-extra/Makefile b/sysutils/libfm-extra/Makefile index 525c7e5a696..6665a1f9980 100644 --- a/sysutils/libfm-extra/Makefile +++ b/sysutils/libfm-extra/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2016/05/22 22:08:40 youri Exp $ +# $NetBSD: Makefile,v 1.2 2016/06/09 05:38:47 youri Exp $ # DISTNAME= libfm-1.2.4 @@ -14,7 +14,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= intltool pkg-config +USE_TOOLS+= intltool pkg-config msgfmt CONFIGURE_ARGS+= --with-extra-only INSTALLATION_DIRS= include/libfm |