From owner-freebsd-ports@FreeBSD.ORG Wed May 25 13:47:14 2011 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 65E8C106564A for ; Wed, 25 May 2011 13:47:14 +0000 (UTC) (envelope-from ical@cleemann.dk) Received: from cleemann.dk (2407ds1-hhl.0.fullrate.dk [90.184.243.14]) by mx1.freebsd.org (Postfix) with ESMTP id 277688FC1A for ; Wed, 25 May 2011 13:47:13 +0000 (UTC) Received: from testmail.cleemann.dk (localhost [127.0.0.1]) by cleemann.dk (Postfix) with ESMTP id B70E712414 for ; Wed, 25 May 2011 15:36:00 +0200 (CEST) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 25 May 2011 15:36:00 +0200 From: "Lars N. Cleemann" To: Message-ID: <9d698b3c34d1d3206d95db2c50617067@cleemann.dk> X-Sender: ical@cleemann.dk User-Agent: RoundCube Webmail/0.3-beta Subject: Trouble with specific version of pgsql in port Makefile 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: Wed, 25 May 2011 13:47:14 -0000 Hi I am trying to make a new port, that requires a specific version of postgresql. In the Makefile I have: USE_PGSQL= yes WANT_PGSQL_VER= 90 this works, but one of the dependencies is py-PyGreSQL and this dependency does not inherit the WANT_PGSQL_VER statement, so when i try to run make on clean machine it pulls in the default version of PostgreSQL (currently 84), and the port will not build. Is there any way to make dependencies inherit the WANT_PGSQL_VER statement, or do I have to put in postgresql90-client as a specific dependency? Thanks in advance Best regards Lars N. Cleemann