diff options
author | antoine <antoine@FreeBSD.org> | 2014-06-16 00:47:38 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-06-16 00:47:38 +0800 |
commit | b2dacda82c04cc1654fdab98b28f61c623309e57 (patch) | |
tree | 15598f093dc6cd06ec4c9a586c9559f6796af2f0 | |
parent | d0bfd4b92e3fd67ec2b47bbf27d837960c85ed5b (diff) | |
download | freebsd-ports-gnome-b2dacda82c04cc1654fdab98b28f61c623309e57.tar.gz freebsd-ports-gnome-b2dacda82c04cc1654fdab98b28f61c623309e57.tar.zst freebsd-ports-gnome-b2dacda82c04cc1654fdab98b28f61c623309e57.zip |
Fix 2 DEPENDS lines
-rw-r--r-- | math/py-pandas/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/py-pandas/Makefile b/math/py-pandas/Makefile index 6b50697489a1..e4293e13ac52 100644 --- a/math/py-pandas/Makefile +++ b/math/py-pandas/Makefile @@ -26,7 +26,7 @@ TEST_DEPENDS:= ${RUN_DEPENDS} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:${PORTSDIR}/math/py-matplotlib \ ${PYTHON_PKGNAMEPREFIX}numexpr>0:${PORTSDIR}/math/py-numexpr \ ${PYTHON_PKGNAMEPREFIX}scipy>0:${PORTSDIR}/science/py-scipy \ - ${PYTHON_PKGNAMEPREFIX}openpyxl<2.0.0:${PORTSDIR}/textproc/py-openpyxl1 \ + ${PYTHON_PKGNAMEPREFIX}openpyxl1<2.0.0:${PORTSDIR}/textproc/py-openpyxl1 \ ${PYTHON_PKGNAMEPREFIX}xlrd>0:${PORTSDIR}/textproc/py-xlrd \ ${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt \ ${PYTHON_PKGNAMEPREFIX}beautifulsoup>0:${PORTSDIR}/www/py-beautifulsoup \ @@ -65,7 +65,7 @@ BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>0:${PORTSDIR}/devel/py-boto TABLES_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tables>0:${PORTSDIR}/devel/py-tables LXML_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}lxml>0:${PORTSDIR}/devel/py-lxml HTML5LIB_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}html5lib>0:${PORTSDIR}/www/py-html5lib -OPENPYXL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl<2.0.0:${PORTSDIR}/textproc/py-openpyxl1 +OPENPYXL_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}openpyxl1<2.0.0:${PORTSDIR}/textproc/py-openpyxl1 XLRD_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlrd>0:${PORTSDIR}/textproc/py-xlrd XLWT_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}xlwt>0:${PORTSDIR}/textproc/py-xlwt |