Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 12 Jan 2005 18:43:22 -0500
From:      "Bill Schmitt (SW)" <software@schmittnet.com>
To:        Giorgos Keramidas <keramida@ceid.upatras.gr>
Cc:        questions@freebsd.org
Subject:   Re: Defining MAKE_ARGS in pkgtools.conf
Message-ID:  <41E5B61A.2080004@schmittnet.com>
In-Reply-To: <20050112233440.GA15498@gothmog.gr>
References:  <41E5B2AD.9000702@schmittnet.com> <20050112233440.GA15498@gothmog.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
Giorgos Keramidas wrote:
> On 2005-01-12 18:28, "Bill Schmitt (SW)" <software@schmittnet.com> wrote:
> 
>>So, in the pkgtools.conf file, I added:
>>
>>MAKE_ARGS = {
>>  'deskutils/moregroupware' => 'WITH_APACHE2 WITH_MODULES'
>>}
>>
>>But, when I execute portupgrade moregroupware, I receive a message that
>>states:
>>
>>make: don't know how to make WITH_APACHE2. Stop
> 
> 
> Try setting the make options to something... anything, it doesn't
> matter.  make(1) sees that the respective command-line arguments do not
> contain an '=' character and assumes they are not make variables, but
> targets to be made from the port source.  For example, try this:
> 
> 	MAKE_ARGS = {
> 	  'deskutils/moregroupware' => 'WITH_APACHE2=yes WITH_MODULES=yes',
> 	}
> 
> This should work fine.
> 
> 
> 
That seems to have done it. Thanks.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41E5B61A.2080004>