From owner-freebsd-questions@FreeBSD.ORG Thu Nov 10 07:30:28 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B01A81065687 for ; Thu, 10 Nov 2011 07:30:28 +0000 (UTC) (envelope-from rsimmons0@gmail.com) Received: from mail-yx0-f182.google.com (mail-yx0-f182.google.com [209.85.213.182]) by mx1.freebsd.org (Postfix) with ESMTP id 75AF18FC13 for ; Thu, 10 Nov 2011 07:30:26 +0000 (UTC) Received: by yenl2 with SMTP id l2so858628yen.13 for ; Wed, 09 Nov 2011 23:30:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=ntCqwxme4/hghvyOx3WxauKgbpHBrYwZN6KKMGEQw/U=; b=e5Vio5clLxvod4iaQBI+ZvAxkTlgNCg24J3hmpV9qSRD4wSpkHdQwqBuB6erTUYWbU +Ep2ayTQuUxlG2DdUEHSjzXZ9ldl1FWQX2zQ0p/n3bNadZqSdg2eNTdKnHA7tUqyuOs2 7U58Y1f+U80aIW3bg2T8KiKP9C8TP+auK3aQA= MIME-Version: 1.0 Received: by 10.100.23.14 with SMTP id 14mr2805159anw.135.1320910226106; Wed, 09 Nov 2011 23:30:26 -0800 (PST) Received: by 10.100.138.9 with HTTP; Wed, 9 Nov 2011 23:30:26 -0800 (PST) Date: Thu, 10 Nov 2011 02:30:26 -0500 Message-ID: From: Robert Simmons To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: php5-pgsql and postgresql 9.1.1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2011 07:30:28 -0000 I'm trying to get the php5-pgsql module to work with postgresql 9.1.1, the current version in ports. It seems that when I install php5-pgsql from ports it depends on postgresql 8.4.9. I don't see anything in the Makefile that allows me to change this. How do I get the php5-pgsql port to see that I have postgres 9.1.1 installed? Rob