Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Oct 2014 23:27:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r370013 - head/math/py-matplotlib
Message-ID:  <201410042327.s94NRIFk042708@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201410042327.s94NRIFk042708>