aboutsummaryrefslogtreecommitdiff
path: root/sysutils/py-tmuxp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/py-tmuxp/Makefile')
-rw-r--r--sysutils/py-tmuxp/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/py-tmuxp/Makefile b/sysutils/py-tmuxp/Makefile
index 0edb89ca4111..9b4966ede3a5 100644
--- a/sysutils/py-tmuxp/Makefile
+++ b/sysutils/py-tmuxp/Makefile
@@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= tmuxp
-PORTVERSION= 0.1.12
+PORTVERSION= 0.9.0
CATEGORIES= sysutils python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,9 +15,10 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}argcomplete>=0:${PORTSDIR}/devel/py-argcomplete \
${PYTHON_PKGNAMEPREFIX}kaptan>=0.5.7:${PORTSDIR}/devel/py-kaptan \
+ ${PYTHON_PKGNAMEPREFIX}colorama>=0.3.3:${PORTSDIR}/devel/py-colorama \
tmux:${PORTSDIR}/sysutils/tmux
-USES= python
+USES= python:2
USE_PYTHON= autoplist distutils
.include <bsd.port.mk>