aboutsummaryrefslogtreecommitdiff
path: root/devel/py-jsonschema/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/py-jsonschema/Makefile')
-rw-r--r--devel/py-jsonschema/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-jsonschema/Makefile b/devel/py-jsonschema/Makefile
index cd5e84c5d483..486532359516 100644
--- a/devel/py-jsonschema/Makefile
+++ b/devel/py-jsonschema/Makefile
@@ -13,7 +13,7 @@ COMMENT= JSON Schema validation for Python
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>0:devel/py-vcversioner@${FLAVOR}
+BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}vcversioner>0:devel/py-vcversioner@${PY_FLAVOR}
USES= python
USE_PYTHON= autoplist concurrent distutils
@@ -22,7 +22,7 @@ NO_ARCH= yes
.include <bsd.port.pre.mk>
.if ${PYTHON_VER} == "2.7"
-RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}functools32>0:devel/py-functools32@${FLAVOR}
+RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}functools32>0:devel/py-functools32@${PY_FLAVOR}
.endif
.include <bsd.port.post.mk>