diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-03 16:25:31 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-03 16:25:31 +0800 |
commit | 8a95dfb7081713d43136314a1408503a79a9464d (patch) | |
tree | 19fcb52e1a08c10e10288210eaf522890abc2def /databases | |
parent | 326e1340140c5561cf3279055ceed8b18d4d6b69 (diff) | |
download | freebsd-ports-gnome-8a95dfb7081713d43136314a1408503a79a9464d.tar.gz freebsd-ports-gnome-8a95dfb7081713d43136314a1408503a79a9464d.tar.zst freebsd-ports-gnome-8a95dfb7081713d43136314a1408503a79a9464d.zip |
- Add explicit FLAVOR to a few dependencies
- Remove FLAVOR from py-docutils dependency in comms/uhd, in this case
it needs the rst2html command, not the docutils module
- Mark some ports as not compatible with python3
Diffstat (limited to 'databases')
-rw-r--r-- | databases/mtools-mongodb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/mtools-mongodb/Makefile b/databases/mtools-mongodb/Makefile index 5935e7900f9b..a3a17b2a5bfc 100644 --- a/databases/mtools-mongodb/Makefile +++ b/databases/mtools-mongodb/Makefile @@ -14,7 +14,7 @@ COMMENT= Setup test environments; parse, filter and visualize MongoDB log files LICENSE= APACHE20 RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>=2.0:sysutils/py-psutil@${FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}pymongo>0:databases/pymongo \ + ${PYTHON_PKGNAMEPREFIX}pymongo>0:databases/pymongo@${FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}matplotlib>0:math/py-matplotlib@${FLAVOR} USE_PYTHON= autoplist distutils |