From owner-freebsd-ports@FreeBSD.ORG Sun May 16 16:25:05 2010 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1FC5A1065679 for ; Sun, 16 May 2010 16:25:05 +0000 (UTC) (envelope-from stacy@Millions.Ca) Received: from mail-gw-0.millions.ca (www.millions.ca [96.53.2.246]) by mx1.freebsd.org (Postfix) with ESMTP id CAE4C8FC15 for ; Sun, 16 May 2010 16:25:04 +0000 (UTC) Received: from bonsai.millions.ca (Bonsai.Millions.Ca [192.168.64.4]) by oak.millions.ca (8.14.2/8.14.2) with ESMTP id o4GGP3TD070875; Sun, 16 May 2010 10:25:03 -0600 (MDT) (envelope-from stacy@millions.ca) Message-ID: <4BF01C5F.9000400@millions.ca> Date: Sun, 16 May 2010 10:25:03 -0600 From: Stacy Millions User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.9) Gecko/20100511 Thunderbird/3.0.4 MIME-Version: 1.0 To: glarkin@freebsd.org References: <4BEC551A.7090705@millions.ca> <4BEDD127.3050506@FreeBSD.org> In-Reply-To: <4BEDD127.3050506@FreeBSD.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: Re: ports makefile question X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 May 2010 16:25:05 -0000 On 05/14/10 16:39, Greg Larkin wrote: > Hi Stacy, > > Since you specify "USE_SQLITE= yes" when the SQLite option is enabled, > that's going to default to SQLITE_VER == 3. You can just set your > CONFIGURE_ARGS to "--without-sqlite --with-sqlite3". It doesn't look > like you need to handle the SQLite v2 configuration. Ah, so I was mistaken in my belief that SQLITE_VER behaved the same as MYSQL_VER and actually looked at the version that is installed, if there is one. Thanks for the info. -stacy