svn commit: r401510 - head/devel/py-rednose

William Grzybowski wg at FreeBSD.org
Fri Nov 13 13:10:00 UTC 2015


Author: wg
Date: Fri Nov 13 13:09:58 2015
New Revision: 401510
URL: https://svnweb.freebsd.org/changeset/ports/401510

Log:
  devel/py-rednose: add missing dependencies

Modified:
  head/devel/py-rednose/Makefile

Modified: head/devel/py-rednose/Makefile
==============================================================================
--- head/devel/py-rednose/Makefile	Fri Nov 13 13:07:59 2015	(r401509)
+++ head/devel/py-rednose/Makefile	Fri Nov 13 13:09:58 2015	(r401510)
@@ -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
 


More information about the svn-ports-all mailing list