From fe9980b985936ca71e1e1e72ff470359bb3e4587 Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Sat, 18 Apr 2020 09:17:42 +0000 Subject: Remove optional dependency on pygtk2 and py-wxPython28 With hat: portmgr --- math/py-matplotlib/files/patch-setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'math/py-matplotlib/files') 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] -- cgit v1.2.3