diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-09 06:30:20 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2018-03-09 06:30:20 +0000 |
commit | 782afbe1544444161ced828d70b8580bdea82810 (patch) | |
tree | 4f09c08a5896d16cd620ca479dd406b69b2ab0f1 /math/py-matplotlib | |
parent | devel/lua-posix: Unbreak; Update to 34.0.4 (diff) |
math/py-matplotlib: Add missing dependency devel/py-backports.functools_lru_cache
Reported by: Shane <FreeBSD@ShaneWare.Biz> in bug#226441 comment
Approved by: tcberner (mentor, implicit)
Approved by: portmgr blanket
Notes
Notes:
svn path=/head/; revision=463931
Diffstat (limited to 'math/py-matplotlib')
-rw-r--r-- | math/py-matplotlib/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile index 8391dd36a1bc..e3f542982fb2 100644 --- a/math/py-matplotlib/Makefile +++ b/math/py-matplotlib/Makefile @@ -4,6 +4,7 @@ PORTNAME= matplotlib DISTVERSIONPREFIX= v DISTVERSION= 2.1.2 +PORTREVISION= 1 CATEGORIES= math python PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -18,6 +19,7 @@ LIB_DEPENDS= libfreetype.so:print/freetype2 \ libfontconfig.so:x11-fonts/fontconfig \ libtcl86.so:lang/tcl86 RUN_DEPENDS= ${PYNUMPY} \ + ${PYTHON_PKGNAMEPREFIX}backports.functools_lru_cache>0:devel/py-backports.functools_lru_cache@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}cycler>0:devel/py-cycler@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=1.4:devel/py-dateutil@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${FLAVOR} \ |