Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Oct 2004 12:06:53 +0200
From:      Nelis Lamprecht <nlamprecht@gmail.com>
To:        Uros <uros@sir-mag.com>
Cc:        FreeBSD Questions <questions@freebsd.org>
Subject:   Re: portupgrade and pkgtools.conf
Message-ID:  <7cbadc87041028030637d35d5e@mail.gmail.com>
In-Reply-To: <328801596.20041028115506@sir-mag.com>
References:  <328801596.20041028115506@sir-mag.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 28 Oct 2004 11:55:06 +0200, Uros <uros@sir-mag.com> 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



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