diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2017-11-30 15:50:30 +0000 |
commit | 551be3c7231225ed9c26479af2b8914fb2ef0ea8 (patch) | |
tree | d296c82a71504382f4faefa0bf8d7be384ea1105 /textproc/py-agate-excel | |
parent | 02f9c9be1699251467efc027f210049dfe14f9c5 (diff) |
Notes
Diffstat (limited to 'textproc/py-agate-excel')
-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 059fb9cb76c9..b75a0a5a23d2 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 \ - ${PYTHON_PKGNAMEPREFIX}xlrd>=0.9.4:textproc/py-xlrd \ - ${PYTHON_PKGNAMEPREFIX}openpyxl>=2.3.0:textproc/py-openpyxl +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} USES= python USE_PYTHON= autoplist distutils |