diff options
author | kmoore <kmoore@FreeBSD.org> | 2015-07-08 22:21:06 +0800 |
---|---|---|
committer | kmoore <kmoore@FreeBSD.org> | 2015-07-08 22:21:06 +0800 |
commit | 69aa2b2956a1268a13406fb83631a3260eeb6917 (patch) | |
tree | 5b56930786124f8d5a9d82bfe35cd717dd15af72 /textproc | |
parent | bfa0cc9b5112b3015faf2040e0f41c3017e41cae (diff) | |
download | freebsd-ports-gnome-69aa2b2956a1268a13406fb83631a3260eeb6917.tar.gz freebsd-ports-gnome-69aa2b2956a1268a13406fb83631a3260eeb6917.tar.zst freebsd-ports-gnome-69aa2b2956a1268a13406fb83631a3260eeb6917.zip |
- Add depend upon py-six, required for some i18n functionality
- Bump PORTREV
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/py-sphinx-intl/Makefile | 5 |
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 |