diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-06-26 10:10:59 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-06-26 10:10:59 +0000 |
commit | b073f29bae1b266d6352110a4d78ab57364d733b (patch) | |
tree | 3d28fcf6e07b7d94e2f13110edc3e3c3b7cbb8e4 /graphics | |
parent | 8c291a2b91e2caa1293e0a10d80ad973af10726a (diff) | |
download | pkgsrc-b073f29bae1b266d6352110a4d78ab57364d733b.tar.gz |
colord: Requires msgfmt.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/colord/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/colord/Makefile b/graphics/colord/Makefile index 11a3b6b2eb4..9453a98520d 100644 --- a/graphics/colord/Makefile +++ b/graphics/colord/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2018/06/13 15:49:40 youri Exp $ +# $NetBSD: Makefile,v 1.2 2018/06/26 10:10:59 jperkin Exp $ DISTNAME= colord-1.3.5 CATEGORIES= graphics gnome @@ -12,7 +12,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config gmake intltool autoconf aclocal automake +USE_TOOLS+= pkg-config gmake intltool autoconf aclocal automake msgfmt COLORD_USER= colord COLORD_GROUP= colord |