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

Dmitry Sivachenko demon at FreeBSD.org
Fri Oct 3 17:48:22 UTC 2014


Author: demon
Date: Fri Oct  3 17:48:21 2014
New Revision: 369919
URL: https://svnweb.freebsd.org/changeset/ports/369919
QAT: https://qat.redports.org/buildarchive/r369919/

Log:
  Correct a typo.

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Fri Oct  3 17:46:44 2014	(r369918)
+++ head/math/py-matplotlib/Makefile	Fri Oct  3 17:48:21 2014	(r369919)
@@ -17,8 +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-dateut
-il \
+		{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