diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:15:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2018-05-22 13:15:13 +0000 |
commit | 8dcaabcd6e5bd17c58c938ffb4b9f2fd7847f70f (patch) | |
tree | c832b87b776a5db072088687b910601d961726da /databases/py-pyPgSQL | |
parent | Add Python flavors. (diff) |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=470610
Diffstat (limited to 'databases/py-pyPgSQL')
-rw-r--r-- | databases/py-pyPgSQL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/py-pyPgSQL/Makefile b/databases/py-pyPgSQL/Makefile index 10680ea58713..65d024a683c8 100644 --- a/databases/py-pyPgSQL/Makefile +++ b/databases/py-pyPgSQL/Makefile @@ -13,7 +13,7 @@ COMMENT= Python DB-API 2.0 compliant interface to PostgreSQL LICENSE= BSD2CLAUSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mx-base>0:lang/py-mx-base +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}mx-base>0:lang/py-mx-base@${PY_FLAVOR} USES= pgsql python:2.7 USE_PYTHON= distutils autoplist |