diff options
Diffstat (limited to 'textproc/py-xlutils/Makefile')
-rw-r--r-- | textproc/py-xlutils/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/py-xlutils/Makefile b/textproc/py-xlutils/Makefile index 7122c554a7fd..4fbb190fc92d 100644 --- a/textproc/py-xlutils/Makefile +++ b/textproc/py-xlutils/Makefile @@ -12,8 +12,8 @@ COMMENT= Utilities for working with Excel files that require both xlrd and xlwt LICENSE= MIT -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.2:${PORTSDIR}/textproc/py-xlrd \ - ${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:${PORTSDIR}/textproc/py-xlwt +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>=0.7.2:textproc/py-xlrd \ + ${PYTHON_PKGNAMEPREFIX}xlwt>=0.7.4:textproc/py-xlwt RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python:2 |