diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-01 16:18:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-01 16:18:42 +0000 |
commit | f57dca320b2adcf687dde6017c3a46de6df98c47 (patch) | |
tree | 90f19607ff482b6151a1a748fcce8f2368c80177 /news | |
parent | 701305dfb4da748ddbb5c681f0ffd29ad6637218 (diff) | |
download | ports-f57dca320b2adcf687dde6017c3a46de6df98c47.tar.gz ports-f57dca320b2adcf687dde6017c3a46de6df98c47.zip |
- Use USES=twisted
Notes
Notes:
svn path=/head/; revision=363721
Diffstat (limited to 'news')
-rw-r--r-- | news/py-twistedNews/Makefile | 5 |
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> |