aboutsummaryrefslogtreecommitdiffstats
path: root/news
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2014-08-02 00:18:42 +0800
committersunpoet <sunpoet@FreeBSD.org>2014-08-02 00:18:42 +0800
commit142f669a419d5fed17adaebee508342279cfeac5 (patch)
tree90f19607ff482b6151a1a748fcce8f2368c80177 /news
parent83ba466f87dfcc162f146889a104c269412f4959 (diff)
downloadfreebsd-ports-gnome-142f669a419d5fed17adaebee508342279cfeac5.tar.gz
freebsd-ports-gnome-142f669a419d5fed17adaebee508342279cfeac5.tar.zst
freebsd-ports-gnome-142f669a419d5fed17adaebee508342279cfeac5.zip
- Use USES=twisted
Diffstat (limited to 'news')
-rw-r--r--news/py-twistedNews/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/news/py-twistedNews/Makefile b/news/py-twistedNews/Makefile
index a541726dce8c..9069b3ab72fa 100644
--- a/news/py-twistedNews/Makefile
+++ b/news/py-twistedNews/Makefile
@@ -14,12 +14,9 @@ COMMENT= NNTP protocol implementation with client and server
LICENSE= MIT
-BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}twistedCore>=${PORTVERSION}:${PORTSDIR}/devel/py-twistedCore
-RUN_DEPENDS:= ${BUILD_DEPENDS}
-
USE_PYTHON= 2
USE_PYDISTUTILS=yes
PYDISTUTILS_AUTOPLIST= yes
-USES= tar:bzip2
+USES= tar:bzip2 twisted
.include <bsd.port.mk>