diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 23:27:17 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-10-04 23:27:17 +0000 |
commit | 4ba112a63f197dc4ac628f2a62b03a896b4db98b (patch) | |
tree | af2ea7e59b922edffed5a531b90c6540ff87acc4 /math/py-matplotlib/Makefile | |
parent | graphics/imgv: switch from py-imaging to py-pillow (diff) |
Fix a typo
Notes
Notes:
svn path=/head/; revision=370013
Diffstat (limited to '')
-rw-r--r-- | math/py-matplotlib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 8d3df680d647..a59a83dfb221 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${PYNUMPY} LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libpng15.so:${PORTSDIR}/graphics/png RUN_DEPENDS= ${PYNUMPY} \ - {PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ + ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \ ${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing |