Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Nov 2015 13:09:59 +0000 (UTC)
From:      William Grzybowski <wg@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r401510 - head/devel/py-rednose
Message-ID:  <201511131309.tADD9xIM075822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201511131309.tADD9xIM075822>