On Thu, 28 Oct 2004 11:55:06 +0200, Uros <[EMAIL PROTECTED]> wrote:
> Hello!
> 
> I'm trying to update subversion from ports and I have
> WITH parameters in my pkgtools.conf
> 
> 'devel/subversion' => [
>                 'WITHOUT_NEON=1',
>                 'WITH_APACHE2_APR=1',
>                 'WITH_BERKELEYDB=42'
>         ]
> 

Hi,

Not sure if above was a typo but you seem to be missing a , or two:

 'devel/subversion' => [
                 'WITHOUT_NEON=1',
                 'WITH_APACHE2_APR=1',
                 'WITH_BERKELEYDB=42',
    ],
      
  
Regards,
Nelis
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to