summaryrefslogtreecommitdiff
path: root/math/py-matplotlib/Makefile
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2019-04-10 05:47:26 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2019-04-10 05:47:26 +0000
commite413c34db1a433094d48a8c5c420cf5102c6da49 (patch)
treeeff7a70ad21cb1536e749f31ada8da2f5e93a98a /math/py-matplotlib/Makefile
parentscience/cp2k: fix build with GCC-based architectures (diff)
Switch default version of python to 3.6
PR: 234633 With hat: portmgr Differential Revision: https://reviews.freebsd.org/D18743
Notes
Notes: svn path=/head/; revision=498529
Diffstat (limited to '')
-rw-r--r--math/py-matplotlib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-matplotlib/Makefile b/math/py-matplotlib/Makefile
index 9d7667ffcc57..03d2cd174538 100644
--- a/math/py-matplotlib/Makefile
+++ b/math/py-matplotlib/Makefile
@@ -35,7 +35,7 @@ OPTIONS_DEFINE= EXAMPLES GTKBACKEND GTKAGGBACKEND \
QT5AGGBACKEND TKAGGBACKEND WXAGGBACKEND
OPTIONS_DEFAULT= GTKBACKEND GTKAGGBACKEND TKAGGBACKEND
OPTIONS_SUB= yes
-.if ${FLAVOR:U:Mpy3*}
+.if ${FLAVOR:Upy36:Mpy3*}
# x11-toolkits/py-gtk2, x11-toolkits/py-wxPython28 do not support Python 3
OPTIONS_EXCLUDE= GTKBACKEND GTKAGGBACKEND WXAGGBACKEND
.endif