aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorwg <wg@FreeBSD.org>2015-11-13 21:09:58 +0800
committerwg <wg@FreeBSD.org>2015-11-13 21:09:58 +0800
commit36825687395593af5d159a5ac07412a8b9858fff (patch)
treed09841e020460ffd73f4a2e5a883830dc06f3c1e /devel
parentfacac54b11e81329d321198413e2d26790b8b788 (diff)
downloadfreebsd-ports-gnome-36825687395593af5d159a5ac07412a8b9858fff.tar.gz
freebsd-ports-gnome-36825687395593af5d159a5ac07412a8b9858fff.tar.zst
freebsd-ports-gnome-36825687395593af5d159a5ac07412a8b9858fff.zip
devel/py-rednose: add missing dependencies
Diffstat (limited to 'devel')
-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