diff options
author | anders <anders@FreeBSD.org> | 2004-11-23 19:33:56 +0000 |
---|---|---|
committer | anders <anders@FreeBSD.org> | 2004-11-23 19:33:56 +0000 |
commit | dd1fd230ef528559a4dea3a5a91aada3e633adfb (patch) | |
tree | 303ee2b589c23c510da9d069526832c70f790e68 /databases/py-psycopg/Makefile | |
parent | 674ef6d2faf4cabdc934eabee182165994ccf013 (diff) | |
download | FreeBSD-ports-dd1fd230ef528559a4dea3a5a91aada3e633adfb.zip FreeBSD-ports-dd1fd230ef528559a4dea3a5a91aada3e633adfb.tar.gz |
Set Python version explicitly so that py-psycopg does not fail to install
as a dependency.
Approved by: maintainer silence
Diffstat (limited to 'databases/py-psycopg/Makefile')
-rw-r--r-- | databases/py-psycopg/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile index 85cf031..8d9ee6b 100644 --- a/databases/py-psycopg/Makefile +++ b/databases/py-psycopg/Makefile @@ -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} |