summaryrefslogtreecommitdiff
path: root/databases/py-psycopg
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2004-11-23 19:33:56 +0000
committerAnders Nordby <anders@FreeBSD.org>2004-11-23 19:33:56 +0000
commit3b8a681427a2d1115ea51b7e113734546fb854a7 (patch)
tree6cc76a2f0d1c4d06a1e5a3609efd24d564502d2a /databases/py-psycopg
parentUse new GCONF_SCHEMAS. (diff)
Set Python version explicitly so that py-psycopg does not fail to install
as a dependency. Approved by: maintainer silence
Notes
Notes: svn path=/head/; revision=122242
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}