summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKris Moore <kmoore@FreeBSD.org>2015-07-08 14:21:06 +0000
committerKris Moore <kmoore@FreeBSD.org>2015-07-08 14:21:06 +0000
commit9c07e0f99af9bf5c79c0158ab930e899c363579e (patch)
tree5b56930786124f8d5a9d82bfe35cd717dd15af72
parent67af4ac5518bfc6fda3a2a7d00b9f292b08693a0 (diff)
downloadfreebsd-ports-9c07e0f99af9bf5c79c0158ab930e899c363579e.zip
- Add depend upon py-six, required for some i18n functionality
- Bump PORTREV
-rw-r--r--textproc/py-sphinx-intl/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/py-sphinx-intl/Makefile b/textproc/py-sphinx-intl/Makefile
index e520bd9fbac0..c1366e187ce6 100644
--- a/textproc/py-sphinx-intl/Makefile
+++ b/textproc/py-sphinx-intl/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sphinx-intl
PORTVERSION= 0.9.5
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= textproc python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -15,7 +15,8 @@ LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.1.3:${PORTSDIR}/textproc/py-sphinx \
- ${PKGNAMEPREFIX}polib>=1.0.6:${PORTSDIR}/devel/py-polib
+ ${PKGNAMEPREFIX}polib>=1.0.6:${PORTSDIR}/devel/py-polib \
+ ${PKGNAMEPREFIX}six>=1.8.0:${PORTSDIR}/devel/py-six
USES= python
USE_PYTHON= autoplist distutils