Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Nov 2005 18:08:46 +1100
From:      Sam Lawrance <boris@brooknet.com.au>
To:        Laurent COURTY <laurent_courty@yahoo.fr>
Cc:        ports@freebsd.org
Subject:   Re: databases/grass updating and I18N support
Message-ID:  <F1204CC4-C389-4549-8CE1-F5B1E38B43CB@brooknet.com.au>
In-Reply-To: <437F4015.2050706@yahoo.fr>
References:  <437F4015.2050706@yahoo.fr>

next in thread | previous in thread | raw e-mail | index | archive | help

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}.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F1204CC4-C389-4549-8CE1-F5B1E38B43CB>