diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-28 19:08:18 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2019-04-28 19:08:18 +0000 |
commit | 5a0999dc34a7fbb7c22ef0864a658d3bba043843 (patch) | |
tree | 4021831fb1f2211aea0a994e1caacb4e40bff8e4 | |
parent | New port: net/py-pytradfri -- Control and observe your lights from Python (diff) |
Unbreak
Notes
Notes:
svn path=/head/; revision=500362
-rw-r--r-- | net/py-pytradfri/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/py-pytradfri/Makefile b/net/py-pytradfri/Makefile index 369c44eb1ec9..e66f4005d3f7 100644 --- a/net/py-pytradfri/Makefile +++ b/net/py-pytradfri/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}aiocoap>=0:net/py-aiocoap@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}DTLSSocket>=0:net/py-DTLSSocket@${PY_FLAVOR} -USES= python +USES= python:3.5+ USE_PYTHON= autoplist distutils .include <bsd.port.mk> |