aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2015-04-08 03:38:48 +0800
committerantoine <antoine@FreeBSD.org>2015-04-08 03:38:48 +0800
commitc77270e30fed131dff0f8e6c952df74a8cd631ca (patch)
tree69ae34ce504731773685d6c1b3293c48064bc4eb /devel
parent50e0835d40bbec8a03750ef7855d1419aec3d931 (diff)
downloadfreebsd-ports-gnome-c77270e30fed131dff0f8e6c952df74a8cd631ca.tar.gz
freebsd-ports-gnome-c77270e30fed131dff0f8e6c952df74a8cd631ca.tar.zst
freebsd-ports-gnome-c77270e30fed131dff0f8e6c952df74a8cd631ca.zip
Fix DEPENDS
Diffstat (limited to 'devel')
-rw-r--r--devel/py-minimongo/Makefile2
-rw-r--r--devel/py-mongoengine/Makefile2
-rw-r--r--devel/py-mongokit/Makefile2
3 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-minimongo/Makefile b/devel/py-minimongo/Makefile
index 5eee5bfef688..14cafe69fbfa 100644
--- a/devel/py-minimongo/Makefile
+++ b/devel/py-minimongo/Makefile
@@ -12,7 +12,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mail@derzinn.de
COMMENT= Minimal database Model management for MongoDB
-RUN_DEPENDS= pymongo>=1.9:${PORTSDIR}/databases/pymongo
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=1.9:${PORTSDIR}/databases/pymongo
USES= python
USE_PYTHON= distutils autoplist
diff --git a/devel/py-mongoengine/Makefile b/devel/py-mongoengine/Makefile
index 2d571cbeb5fa..d1249eb667b9 100644
--- a/devel/py-mongoengine/Makefile
+++ b/devel/py-mongoengine/Makefile
@@ -12,7 +12,7 @@ COMMENT= Object-Document-Mapper for working with MongoDB
LICENSE= MIT
-RUN_DEPENDS= pymongo>=2.5:${PORTSDIR}/databases/pymongo
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.5:${PORTSDIR}/databases/pymongo
USES= python
USE_PYTHON= autoplist distutils
diff --git a/devel/py-mongokit/Makefile b/devel/py-mongokit/Makefile
index 89d23e867997..0bc57310318d 100644
--- a/devel/py-mongokit/Makefile
+++ b/devel/py-mongokit/Makefile
@@ -11,7 +11,7 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= mail@derzinn.de
COMMENT= Python ORM-like layer on top of pymongo
-RUN_DEPENDS= pymongo>=2.0.1:${PORTSDIR}/databases/pymongo
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pymongo>=2.0.1:${PORTSDIR}/databases/pymongo
USES= python:2
USE_PYTHON= distutils autoplist