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:
parent
bdb974fb79
commit
3b8a681427
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=122242
1 changed files with 1 additions and 0 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue