diff options
author | antoine <antoine@FreeBSD.org> | 2014-10-05 07:27:17 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-10-05 07:27:17 +0800 |
commit | 221b02191e2856899bf172eaa3da7a4670f88a0c (patch) | |
tree | af2ea7e59b922edffed5a531b90c6540ff87acc4 | |
parent | aaff3d1a31e168e956a626c5aa255c49fad2e90b (diff) | |
download | freebsd-ports-gnome-221b02191e2856899bf172eaa3da7a4670f88a0c.tar.gz freebsd-ports-gnome-221b02191e2856899bf172eaa3da7a4670f88a0c.tar.zst freebsd-ports-gnome-221b02191e2856899bf172eaa3da7a4670f88a0c.zip |
Fix a typo
-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 |