diff options
Diffstat (limited to 'textproc/py-agate-excel/Makefile')
-rw-r--r-- | textproc/py-agate-excel/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/textproc/py-agate-excel/Makefile b/textproc/py-agate-excel/Makefile index 204b15599450..04f5dbc3205a 100644 --- a/textproc/py-agate-excel/Makefile +++ b/textproc/py-agate-excel/Makefile @@ -11,9 +11,9 @@ COMMENT= Support reading Excel files for agate LICENSE= MIT -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.0:textproc/py-agate@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.4:textproc/py-xlrd@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.3.0:textproc/py-openpyxl@${FLAVOR} +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}agate>=1.5.0:textproc/py-agate@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.4:textproc/py-xlrd@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.3.0:textproc/py-openpyxl@${PY_FLAVOR} USES= python USE_PYTHON= autoplist distutils |