databases/grass updating and I18N support

Sam Lawrance boris at brooknet.com.au
Sat Nov 19 23:08:50 PST 2005


On 20/11/2005, at 2:09 AM, Laurent COURTY wrote:

> Hello,
>
> I'm trying to update the grass port to v6. The configure end with  
> no error but the build process give the following :
>
> [...]
> gmake[1]: Leaving directory `/usr/ports/databases/grass/work/ 
> grass-6.0.1/man'
> if [ 1 -eq 1 ] ; then gmake -C locale; fi
> gmake[1]: Entering directory `/usr/ports/databases/grass/work/ 
> grass-6.0.1/locale'
> Creating translations (= 'make mo')
> "../include/Make/Grass.make", line 245: Missing dependency operator

...

> Did you know how to force the use of gmake during the *.mo build ?

Find whatever is calling 'make mo' (as printed above) and change it  
to use gmake.  If it is using a variable, set it to gmake through  
MAKE_ARGS.  If it is hardcoded you will have to patch it or perform a  
substitution with ${REINPLACE_CMD}.



More information about the freebsd-ports mailing list