From 4ba112a63f197dc4ac628f2a62b03a896b4db98b Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 4 Oct 2014 23:27:17 +0000 Subject: [PATCH] Fix a typo --- math/py-matplotlib/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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