diff options
author | Kurt Jaeger <pi@FreeBSD.org> | 2016-10-30 11:39:42 +0000 |
---|---|---|
committer | Kurt Jaeger <pi@FreeBSD.org> | 2016-10-30 11:39:42 +0000 |
commit | 6f335850706c5bc9087bba2b1b6166237c37a8ed (patch) | |
tree | 99e45e1271b573702bc5d689c76b1ada763a3d44 /math/py-matplotlib/files/patch-setup.cfg | |
parent | security/acme-client: Unblock package build via bundled LibreSSL (diff) |
math/py-matplotlib: Add Qt5Agg backend option
- Now that there are Qt5 python bindings in ports, matplotlib can
be configured to use them.
PR: 212763
Submitted by: Matthieu Volat <mazhe@alkumuna.eu>
Approved by: mainland@apeiron.net (maintainer)
Notes
Notes:
svn path=/head/; revision=424942
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.cfg')
-rw-r--r-- | math/py-matplotlib/files/patch-setup.cfg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/py-matplotlib/files/patch-setup.cfg b/math/py-matplotlib/files/patch-setup.cfg index f237d71845e1..c364140c860a 100644 --- a/math/py-matplotlib/files/patch-setup.cfg +++ b/math/py-matplotlib/files/patch-setup.cfg @@ -61,6 +61,7 @@ +gtk = %%GTK_BACKEND%% +gtkagg = %%GTKAGG_BACKEND%% +qt4agg = %%QT4AGG_BACKEND%% ++qt5agg = %%QT5AGG_BACKEND%% +tkagg = %%TKAGG_BACKEND%% +wxagg = %%WXAGG_BACKEND%% +#macosx = False |