diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-29 13:47:20 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-10-29 13:47:20 +0000 |
commit | 2c1694b96c4efad66a2401fe5106cf3259e68eb9 (patch) | |
tree | b0adb56f9ecdffef14ba86a29e1d6ded412f6a33 /math/py-matplotlib/files/patch-setup.cfg | |
parent | Mark BROKEN: unfetchable (diff) |
Add Qt4Agg backend option.
Simplify post-install stripping.
PR: 203150
Submitted by: Matthieu Volat
Approved by: maintainer
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=400457
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 4cdf354579da..f237d71845e1 100644 --- a/math/py-matplotlib/files/patch-setup.cfg +++ b/math/py-matplotlib/files/patch-setup.cfg @@ -60,6 +60,7 @@ +# +gtk = %%GTK_BACKEND%% +gtkagg = %%GTKAGG_BACKEND%% ++qt4agg = %%QT4AGG_BACKEND%% +tkagg = %%TKAGG_BACKEND%% +wxagg = %%WXAGG_BACKEND%% +#macosx = False |