svn commit: r370013 - head/math/py-matplotlib

Antoine Brodin antoine at FreeBSD.org
Sat Oct 4 23:27:18 UTC 2014


Author: antoine
Date: Sat Oct  4 23:27:17 2014
New Revision: 370013
URL: https://svnweb.freebsd.org/changeset/ports/370013
QAT: https://qat.redports.org/buildarchive/r370013/

Log:
  Fix a typo

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Sat Oct  4 23:21:19 2014	(r370012)
+++ head/math/py-matplotlib/Makefile	Sat Oct  4 23:27:17 2014	(r370013)
@@ -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
 


More information about the svn-ports-all mailing list