diff options
author | dholland <dholland@pkgsrc.org> | 2014-01-03 04:40:34 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2014-01-03 04:40:34 +0000 |
commit | 72761466e5817b8ca84bd7f92e4aff5d26ff49b4 (patch) | |
tree | 2b10129f5064e87ae1bfc3cf7ff54656a438e660 /fonts | |
parent | 0d98aa8083a48e0472fe2f685934bdc67d87e6eb (diff) | |
download | pkgsrc-72761466e5817b8ca84bd7f92e4aff5d26ff49b4.tar.gz |
Needs msgfmt, seen in freebsd build
Diffstat (limited to 'fonts')
-rw-r--r-- | fonts/fntsample/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/fntsample/Makefile b/fonts/fntsample/Makefile index 4a7bf21e981..a88bb4d39de 100644 --- a/fonts/fntsample/Makefile +++ b/fonts/fntsample/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2013/10/10 14:42:09 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2014/01/03 04:40:34 dholland Exp $ # DISTNAME= fntsample-3.2 @@ -14,7 +14,7 @@ HOMEPAGE= http://fntsample.sourceforge.net/ COMMENT= Make font samples, similar to Unicode charts, showing Unicode coverage LICENSE= gnu-gpl-v3 -USE_TOOLS+= pkg-config gmake perl:run +USE_TOOLS+= pkg-config gmake perl:run msgfmt REPLACE_PERL= pdfoutline.pl GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-unicode-blocks=${WRKDIR}/Blocks.txt |