aboutsummaryrefslogtreecommitdiff
path: root/databases/mongodb40
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-31 10:00:20 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2019-05-31 10:00:20 +0000
commitd8cff3e56b7f1643862133f4ce38dc516f62538b (patch)
tree24f5a9e916ed070890d7d4919c8341a505a53d3b /databases/mongodb40
parentfd68fbf5c0053862a60f5058ab2af059acae2755 (diff)
downloadports-d8cff3e56b7f1643862133f4ce38dc516f62538b.tar.gz
ports-d8cff3e56b7f1643862133f4ce38dc516f62538b.zip
Introduce PY_TYPING and simplify Makefile
Since devel/py-promise requires 3.6.4+, the minimal version is set to 3.6.4. With hat: python
Notes
Notes: svn path=/head/; revision=503133
Diffstat (limited to 'databases/mongodb40')
-rw-r--r--databases/mongodb40/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mongodb40/Makefile b/databases/mongodb40/Makefile
index a972c4b51a12..35761351dfc8 100644
--- a/databases/mongodb40/Makefile
+++ b/databases/mongodb40/Makefile
@@ -21,7 +21,7 @@ ONLY_FOR_ARCHS= aarch64 amd64
ONLY_FOR_ARCHS_REASON= "Only supported on amd64 and aarch64 (i386 deprecated in v3)"
BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}cheetah>=2.4.4:devel/py-cheetah@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}typing>=3.6.2:devel/py-typing@${PY_FLAVOR} \
+ ${PY_TYPING} \
${PYTHON_PKGNAMEPREFIX}yaml>=3.11:devel/py-yaml@${PY_FLAVOR} \
${LOCALBASE}/bin/ar:devel/binutils
LIB_DEPENDS= libboost_system.so:devel/boost-libs \