diff options
author | obache <obache> | 2008-06-09 14:33:49 +0000 |
---|---|---|
committer | obache <obache> | 2008-06-09 14:33:49 +0000 |
commit | d897dd5e197549b7af224137bc015e340d484204 (patch) | |
tree | 60667e9c12fb2ac66d1ad919b8124e03c589dba7 /textproc/ebview | |
parent | 9e027de9509593f343a6e5f984b4abeb58d25158 (diff) | |
download | pkgsrc-d897dd5e197549b7af224137bc015e340d484204.tar.gz |
Need msgfmt to build.
Noticed by Hasso Tepper in PR 38920.
Diffstat (limited to 'textproc/ebview')
-rw-r--r-- | textproc/ebview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/ebview/Makefile b/textproc/ebview/Makefile index 4c899870920..47eb59fea15 100644 --- a/textproc/ebview/Makefile +++ b/textproc/ebview/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/12/18 00:24:31 obache Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/09 14:33:49 obache Exp $ DISTNAME= ebview-0.3.6 CATEGORIES= textproc @@ -9,7 +9,7 @@ HOMEPAGE= http://ebview.sourceforge.net/ COMMENT= GTK2 based EPWING dictionary browser USE_PKGLOCALEDIR= YES -USE_TOOLS+= gmake pkg-config +USE_TOOLS+= gmake pkg-config msgfmt GNU_CONFIGURE= YES .include "../../converters/libiconv/buildlink3.mk" |