summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/files/patch-setup.cfg
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2020-04-18 09:17:42 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2020-04-18 09:17:42 +0000
commitfe9980b985936ca71e1e1e72ff470359bb3e4587 (patch)
treec69c92e2b213c63a96cc5ac459ee46a9e9b26120 /math/py-matplotlib/files/patch-setup.cfg
parent- Update to 3.3.4 (diff)
Remove optional dependency on pygtk2 and py-wxPython28
With hat: portmgr
Notes
Notes: svn path=/head/; revision=532006
Diffstat (limited to 'math/py-matplotlib/files/patch-setup.cfg')
-rw-r--r--math/py-matplotlib/files/patch-setup.cfg6
1 files changed, 3 insertions, 3 deletions
diff --git a/math/py-matplotlib/files/patch-setup.cfg b/math/py-matplotlib/files/patch-setup.cfg
index c5b9d99c9e6c..7ed4928d4a75 100644
--- a/math/py-matplotlib/files/patch-setup.cfg
+++ b/math/py-matplotlib/files/patch-setup.cfg
@@ -58,12 +58,12 @@
+# otherwise skip silently. This is the default
+# behavior
+#
-+gtk = %%GTK_BACKEND%%
-+gtkagg = %%GTKAGG_BACKEND%%
++gtk = False
++gtkagg = False
+qt4agg = False
+qt5agg = %%QT5AGG_BACKEND%%
+tkagg = %%TKAGG_BACKEND%%
-+wxagg = %%WXAGG_BACKEND%%
++wxagg = False
+#macosx = False
+
+[rc_options]