diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 17:45:32 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2019-03-16 17:45:32 +0000 |
commit | 4047522fd95ee7f98fab6052460ebe92eda370e0 (patch) | |
tree | ef4467df48766136fe51890adfeba1888814948e /math/py-matplotlib/files/patch-setup.cfg | |
parent | Prefer dav1d over for decoding (diff) |
math/py-matplotlib: remove QT4AGGBACKEND option (Qt4 deprecation)
Approved by: portmgr (implicit)
Notes
Notes:
svn path=/head/; revision=495919
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.cfg')
-rw-r--r-- | math/py-matplotlib/files/patch-setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib/files/patch-setup.cfg b/math/py-matplotlib/files/patch-setup.cfg index c364140c860a..c5b9d99c9e6c 100644 --- a/math/py-matplotlib/files/patch-setup.cfg +++ b/math/py-matplotlib/files/patch-setup.cfg @@ -60,7 +60,7 @@ +# +gtk = %%GTK_BACKEND%% +gtkagg = %%GTKAGG_BACKEND%% -+qt4agg = %%QT4AGG_BACKEND%% ++qt4agg = False +qt5agg = %%QT5AGG_BACKEND%% +tkagg = %%TKAGG_BACKEND%% +wxagg = %%WXAGG_BACKEND%% |