aboutsummaryrefslogtreecommitdiffstats
path: root/databases/py-psycopg
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2004-11-24 03:33:56 +0800
committeranders <anders@FreeBSD.org>2004-11-24 03:33:56 +0800
commitdd1fd230ef528559a4dea3a5a91aada3e633adfb (patch)
tree303ee2b589c23c510da9d069526832c70f790e68 /databases/py-psycopg
parent674ef6d2faf4cabdc934eabee182165994ccf013 (diff)
downloadfreebsd-ports-gnome-dd1fd230ef528559a4dea3a5a91aada3e633adfb.tar.gz
freebsd-ports-gnome-dd1fd230ef528559a4dea3a5a91aada3e633adfb.tar.zst
freebsd-ports-gnome-dd1fd230ef528559a4dea3a5a91aada3e633adfb.zip
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')
-rw-r--r--databases/py-psycopg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/py-psycopg/Makefile b/databases/py-psycopg/Makefile
index 85cf0313a3a4..8d9ee6b25c59 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}