diff options
-rw-r--r-- | net-im/proxy65/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/net-im/proxy65/Makefile b/net-im/proxy65/Makefile index cfb189644dbd..e5bbe7936b68 100644 --- a/net-im/proxy65/Makefile +++ b/net-im/proxy65/Makefile @@ -2,6 +2,7 @@ PORTNAME= proxy65 PORTVERSION= 1.2.0.20150210 +PORTREVISION= 1 CATEGORIES= net-im MAINTAINER= mm@FreeBSD.org @@ -9,7 +10,9 @@ COMMENT= XEP-0065 SOCKS5 Bytestreams external component for Jabber LICENSE= MIT -RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl +BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted +RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenSSL/__init__.py:security/py-openssl \ + ${PYTHON_PKGNAMEPREFIX}twisted>=0:devel/py-twisted USE_GITHUB= yes GH_ACCOUNT= mmatuska @@ -25,7 +28,7 @@ JABBERD_DESC= Use with jabberd 2.x (net-im/jabberd) EJABBERD_DESC= Use with ejabberd (net-im/ejabberd) USE_PYTHON= distutils autoplist -USES= python:2 twisted:words +USES= python:2 USE_RC_SUBR= proxy65 PORTDOCS= README |