Set Python version explicitly so that py-psycopg does not fail to install

as a dependency.

Approved by:	maintainer silence
This commit is contained in:
Anders Nordby 2004-11-23 19:33:56 +00:00
parent bdb974fb79
commit 3b8a681427
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122242

View File

@ -28,6 +28,7 @@ POSTGRESQL_PORT?= databases/postgresql7
ALL_TARGET= sharedmods
CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \
--with-python-version=${PYTHON_VERSION:S/python//} \
--with-postgres-libraries=${LOCALBASE}/lib \
--with-postgres-includes=${LOCALBASE}/include \
--with-mxdatetime-includes=${DATETIME_INC}