Subject: Re: Some problems with gettext after libintl is now in the basesystem
To: Todd Vierling <tv@wasabisystems.com>
From: None <itojun@iijlab.net>
List: tech-pkg
Date: 11/02/2000 08:02:15
> the issue here is that configure.in did not find msgfmt(1) and tries to
> install *.gmo files (which are actually identical to *.mo format).
> the easiest way is for those pkgsrc to have the following line:
> BUILD_DEPENDS+= msgfmt:../../devel/gettext
> it should solve the issue for now.
and possibly also, USE_LIBINTL=yes.
itojun