diff options
Diffstat (limited to 'devel/py-arrow/Makefile')
-rw-r--r-- | devel/py-arrow/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/py-arrow/Makefile b/devel/py-arrow/Makefile index e0ae0ea0e9bc..9071117997f2 100644 --- a/devel/py-arrow/Makefile +++ b/devel/py-arrow/Makefile @@ -13,7 +13,7 @@ COMMENT= Better dates and times for Python LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}dateutil>=2.1:devel/py-dateutil@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils @@ -21,7 +21,7 @@ USE_PYTHON= autoplist distutils .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 3000 -RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${FLAVOR} +RUN_DEPENDS+= ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>=0:devel/py-backports.functools_lru_cache@${PY_FLAVOR} .endif .include <bsd.port.post.mk> |