svn commit: r369825 - head/math/py-matplotlib
Dmitry Sivachenko
demon at FreeBSD.org
Thu Oct 2 13:36:10 UTC 2014
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}
More information about the svn-ports-head
mailing list