Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 May 2011 15:36:00 +0200
From:      "Lars N. Cleemann" <ical@cleemann.dk>
To:        <freebsd-ports@freebsd.org>
Subject:   Trouble with specific version of pgsql in port Makefile
Message-ID:  <9d698b3c34d1d3206d95db2c50617067@cleemann.dk>

next in thread | raw e-mail | index | archive | help
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



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