diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /net/py-msrplib | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'net/py-msrplib')
-rw-r--r-- | net/py-msrplib/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/py-msrplib/Makefile b/net/py-msrplib/Makefile index 0ada5a8584ff..b95e3aa32ed9 100644 --- a/net/py-msrplib/Makefile +++ b/net/py-msrplib/Makefile @@ -16,9 +16,9 @@ COMMENT= Python MSRP client library LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gnutls>=1.1.6:${PORTSDIR}/security/py-gnutls \ - ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.15:${PORTSDIR}/net/py-eventlet \ - ${PYTHON_PKGNAMEPREFIX}application>=1.1.0:${PORTSDIR}/devel/py-application +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gnutls>=1.1.6:security/py-gnutls \ + ${PYTHON_PKGNAMEPREFIX}eventlet>=0.9.15:net/py-eventlet \ + ${PYTHON_PKGNAMEPREFIX}application>=1.1.0:devel/py-application RUN_DEPENDS:= ${BUILD_DEPENDS} USES= python twisted:names |