summaryrefslogtreecommitdiff
path: root/misc/mmdnn
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2021-01-05 20:53:59 +0000
committerRene Ladan <rene@FreeBSD.org>2021-01-05 20:53:59 +0000
commit89b454230dad06609c3f85b162cd997d3afe9080 (patch)
treed9a43613845dff0728211c9305ab411e41d692bb /misc/mmdnn
parentastro/opencpn: Update to 5.2.4 (diff)
Follow up on graphics/py-pillow6 port removal in r559976
The graphics/py-pillow6 port was removed in r559976 as it was for Python 2.7 only and no longer referenced in the default cases. However it was still defined in Mk/Uses/python.mk in PY_PILLOW, leaving a dangling reference. Remove it from Mk/Uses/python.mk, leaving only the Python 3 version of that port, graphics/py-pillow, defined and bump the minimal verion of Python to 3.6 for affected ports.
Notes
Notes: svn path=/head/; revision=560425
Diffstat (limited to 'misc/mmdnn')
-rw-r--r--misc/mmdnn/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/mmdnn/Makefile b/misc/mmdnn/Makefile
index 0f750524ec05..084feeea9400 100644
--- a/misc/mmdnn/Makefile
+++ b/misc/mmdnn/Makefile
@@ -15,7 +15,7 @@ RUN_DEPENDS= ${PYNUMPY} \
${PYTHON_PKGNAMEPREFIX}protobuf>=3.6.0:devel/py-protobuf@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}six>=1.10.0:devel/py-six@${PY_FLAVOR}
-USES= python
+USES= python:3.6+
USE_GITHUB= yes
GH_ACCOUNT= microsoft
GH_PROJECT= MMdnn