diff options
author | youri <youri> | 2016-06-09 05:38:47 +0000 |
---|---|---|
committer | youri <youri> | 2016-06-09 05:38:47 +0000 |
commit | c71b09afc800b4dd5d08e9f2c13f8ee3238e888e (patch) | |
tree | 77c7df0bf190982178070b0dd4d83fdc4d4c3d81 /sysutils | |
parent | d2972cf8351ec9f4515a943bcf8097ee61355b56 (diff) | |
download | pkgsrc-c71b09afc800b4dd5d08e9f2c13f8ee3238e888e.tar.gz |
Add msgfmt to tools.
Diffstat (limited to 'sysutils')
-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 |