diff options
author | Anders Nordby <anders@FreeBSD.org> | 2004-11-23 19:33:56 +0000 |
---|---|---|
committer | Anders Nordby <anders@FreeBSD.org> | 2004-11-23 19:33:56 +0000 |
commit | 3b8a681427a2d1115ea51b7e113734546fb854a7 (patch) | |
tree | 6cc76a2f0d1c4d06a1e5a3609efd24d564502d2a /databases/py-psycopg | |
parent | bdb974fb79ead708425a1e6b49538c24c2b26718 (diff) |
Notes
Diffstat (limited to 'databases/py-psycopg')
-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 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} |