aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/py-rednose/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/py-rednose/Makefile b/devel/py-rednose/Makefile
index 56584c0b60f8..494db5cab80f 100644
--- a/devel/py-rednose/Makefile
+++ b/devel/py-rednose/Makefile
@@ -2,6 +2,7 @@
PORTNAME= rednose
PORTVERSION= 0.4.3
+PORTREVISION= 1
CATEGORIES= devel python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -11,6 +12,9 @@ COMMENT= Coloured output for nosetests
LICENSE= BSD2CLAUSE
+RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>0:${PORTSDIR}/devel/py-colorama \
+ ${PYTHON_PKGNAMEPREFIX}termstyle>0:${PORTSDIR}/devel/py-termstyle
+
USES= python
USE_PYTHON= distutils autoplist