diff options
author | wg <wg@FreeBSD.org> | 2013-11-05 22:29:58 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-11-05 22:29:58 +0800 |
commit | da322d6b70801ddb704d87e2b8501eb232e1b225 (patch) | |
tree | 0b7c8564ea04b847548882f5293a88aaecd1e920 /net | |
parent | e550d0979ecf085e7d261d32e909c67fa547b62c (diff) | |
download | freebsd-ports-gnome-da322d6b70801ddb704d87e2b8501eb232e1b225.tar.gz freebsd-ports-gnome-da322d6b70801ddb704d87e2b8501eb232e1b225.tar.zst freebsd-ports-gnome-da322d6b70801ddb704d87e2b8501eb232e1b225.zip |
net/py-kombu: fix boto and zmq run depends package
Reported by: Chad J. Milios
Diffstat (limited to 'net')
-rw-r--r-- | net/py-kombu/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/py-kombu/Makefile b/net/py-kombu/Makefile index 6aceec1f76b1..d70f9c2a79f0 100644 --- a/net/py-kombu/Makefile +++ b/net/py-kombu/Makefile @@ -25,11 +25,11 @@ SQLALCHEMY_DESC=Include SQLAlchemy transport support ZMQ_DESC= Include ZMQ transport support BEANSTALK_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}beanstalkc>0:${PORTSDIR}/net/py-beanstalkc -BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto=>2.6.0:${PORTSDIR}/devel/py-boto +BOTO_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}boto>=2.6.0:${PORTSDIR}/devel/py-boto MONGODB_RUN_DEPENDS= pymongo>0:${PORTSDIR}/databases/pymongo REDI_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}redis>0:${PORTSDIR}/databases/py-redis SQLALCHEMY_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlalchemy>0:${PORTSDIR}/databases/py-sqlalchemy -ZMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq=>2.2.0:${PORTSDIR}/devel/py-pyzmq +ZMQ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pyzmq>=2.2.0:${PORTSDIR}/devel/py-pyzmq # Ports infrastructure bug OPTIONSFILE?= ${PORT_DBDIR}/py-${PORTNAME}/options |