aboutsummaryrefslogtreecommitdiffstats
path: root/math
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2019-04-10 13:47:26 +0800
committerantoine <antoine@FreeBSD.org>2019-04-10 13:47:26 +0800
commit9b4befc6da1e39d6193bb1c5bf3ce5a08a1e0883 (patch)
treeeff7a70ad21cb1536e749f31ada8da2f5e93a98a /math
parentb8fd1fe6c27b6375666694da4278d97cb2facdcb (diff)
downloadfreebsd-ports-gnome-9b4befc6da1e39d6193bb1c5bf3ce5a08a1e0883.tar.gz
freebsd-ports-gnome-9b4befc6da1e39d6193bb1c5bf3ce5a08a1e0883.tar.zst
freebsd-ports-gnome-9b4befc6da1e39d6193bb1c5bf3ce5a08a1e0883.zip
Switch default version of python to 3.6
PR: 234633 With hat: portmgr Differential Revision: https://reviews.freebsd.org/D18743
Diffstat (limited to 'math')
-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