diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/rabbitmq-c-devel/Makefile | 3 | ||||
-rw-r--r-- | net/rabbitmq-c/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net/rabbitmq-c-devel/Makefile b/net/rabbitmq-c-devel/Makefile index 0baf727885c4..66e5f063e031 100644 --- a/net/rabbitmq-c-devel/Makefile +++ b/net/rabbitmq-c-devel/Makefile @@ -19,7 +19,8 @@ COMMENT= RabbitMQ C AMQP client library LICENSE= GPLv2 MPL LICENSE_COMB= dual -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson +BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson CONFLICTS= rabbitmq-c-[0-9]* diff --git a/net/rabbitmq-c/Makefile b/net/rabbitmq-c/Makefile index 7bbd9967d9fa..93c6ce674302 100644 --- a/net/rabbitmq-c/Makefile +++ b/net/rabbitmq-c/Makefile @@ -18,7 +18,8 @@ COMMENT= RabbitMQ C AMQP client library LICENSE= GPLv2 MPL LICENSE_COMB= dual -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson +BUILD_DEPENDS= python:${PORTSDIR}/lang/python \ + ${PYTHON_PKGNAMEPREFIX}simplejson>=2.0:${PORTSDIR}/devel/py-simplejson CONFLICTS= rabbitmq-c-devel-[0-9]* |