From 353cf2294aa82c57730cd539072e745772910817 Mon Sep 17 00:00:00 2001 From: kmoore Date: Wed, 15 Jul 2015 15:26:01 +0000 Subject: - Add new RUN_DEPEND on py-babel, fixes issue compiling llvm36 and possibly others - Bump PORTREV PR: 201587 Submitted by: Christian Heckendorf --- textproc/py-sphinx/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'textproc') diff --git a/textproc/py-sphinx/Makefile b/textproc/py-sphinx/Makefile index 073d0774d3df..2fc02632156c 100644 --- a/textproc/py-sphinx/Makefile +++ b/textproc/py-sphinx/Makefile @@ -3,6 +3,7 @@ PORTNAME= sphinx PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -17,7 +18,8 @@ LICENSE= BSD2CLAUSE BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}Babel>=1.3:${PORTSDIR}/devel/py-babel\ + ${PYTHON_PKGNAMEPREFIX}Jinja2>=2.3:${PORTSDIR}/devel/py-Jinja2 \ ${PYTHON_PKGNAMEPREFIX}docutils>=0.7:${PORTSDIR}/textproc/py-docutils \ ${PYTHON_PKGNAMEPREFIX}pygments>=1.2:${PORTSDIR}/textproc/py-pygments \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>=0.1.6:${PORTSDIR}/textproc/py-sphinx_rtd_theme \ -- cgit