Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Oct 2014 13:36:10 +0000 (UTC)
From:      Dmitry Sivachenko <demon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369825 - head/math/py-matplotlib
Message-ID:  <201410021336.s92DaA4Q085587@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: demon
Date: Thu Oct  2 13:36:09 2014
New Revision: 369825
URL: https://svnweb.freebsd.org/changeset/ports/369825
QAT: https://qat.redports.org/buildarchive/r369825/

Log:
  Add missing dep.
  
  Submitted by:	olgeni
  Approved by:	maintainer

Modified:
  head/math/py-matplotlib/Makefile

Modified: head/math/py-matplotlib/Makefile
==============================================================================
--- head/math/py-matplotlib/Makefile	Thu Oct  2 13:29:46 2014	(r369824)
+++ head/math/py-matplotlib/Makefile	Thu Oct  2 13:36:09 2014	(r369825)
@@ -14,7 +14,8 @@ LICENSE=	PSFL
 
 BUILD_DEPENDS=	${PYNUMPY} \
 		${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:${PORTSDIR}/devel/py-dateutil \
-		${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz
+		${PYTHON_PKGNAMEPREFIX}pytz>=0:${PORTSDIR}/devel/py-pytz \
+		${PYTHON_PKGNAMEPREFIX}parsing>=0:${PORTSDIR}/devel/py-parsing
 LIB_DEPENDS=	libfreetype.so:${PORTSDIR}/print/freetype2 \
 		libpng15.so:${PORTSDIR}/graphics/png
 RUN_DEPENDS:=	${BUILD_DEPENDS}



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