aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-django-easy-thumbnails
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2018-05-14 21:40:26 +0000
committerMathieu Arnold <mat@FreeBSD.org>2018-05-14 21:40:26 +0000
commit4ea10dd02b393b691ba1763af69420f0f619d2de (patch)
tree55f4319141c1984a1faee48002b9e779330932ff /graphics/py-django-easy-thumbnails
parent02cfb195e5febb564892643c94212d68fbf4665e (diff)
downloadports-4ea10dd02b393b691ba1763af69420f0f619d2de.tar.gz
ports-4ea10dd02b393b691ba1763af69420f0f619d2de.zip
Fix build with Python != 2.7.
Sponsored by: Absolight
Notes
Notes: svn path=/head/; revision=469974
Diffstat (limited to 'graphics/py-django-easy-thumbnails')
-rw-r--r--graphics/py-django-easy-thumbnails/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-django-easy-thumbnails/Makefile b/graphics/py-django-easy-thumbnails/Makefile
index a5139d6dd3c2..88d3e25d1e7b 100644
--- a/graphics/py-django-easy-thumbnails/Makefile
+++ b/graphics/py-django-easy-thumbnails/Makefile
@@ -24,7 +24,8 @@ PORTDOCS= *
OPTIONS_DEFINE= DOCS
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=1.8:www/py-django111@${PY_FLAVOR} \
- ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR}
+ ${PYTHON_PKGNAMEPREFIX}sphinx>0:textproc/py-sphinx@${PY_FLAVOR} \
+ ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${PY_FLAVOR}
DOCS_VARS= PYDISTUTILS_BUILD_TARGET+="build_sphinx -a -E"
post-patch-DOCS-on: