diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-01 16:18:18 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-01 16:18:18 +0000 |
commit | 895dbdc697306041159723fd95f813549c030b84 (patch) | |
tree | 1bf5f56acdd20a2fc52f84fb7ad417b295e0f2fb /devel | |
parent | 30a7459d8388c2ee1ee725e9ee0fb1d79a41ead5 (diff) | |
download | ports-895dbdc697306041159723fd95f813549c030b84.tar.gz ports-895dbdc697306041159723fd95f813549c030b84.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-twistedRunner/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/py-twistedRunner/Makefile b/devel/py-twistedRunner/Makefile index 6a85e6d77e14..cbe1096ceb4c 100644 --- a/devel/py-twistedRunner/Makefile +++ b/devel/py-twistedRunner/Makefile @@ -14,12 +14,9 @@ COMMENT= Runner has process management, including an inetd replacement 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> |