svn commit: r469974 - head/graphics/py-django-easy-thumbnails

Mathieu Arnold mat at FreeBSD.org
Mon May 14 21:40:27 UTC 2018


Author: mat
Date: Mon May 14 21:40:26 2018
New Revision: 469974
URL: https://svnweb.freebsd.org/changeset/ports/469974

Log:
  Fix build with Python != 2.7.
  
  Sponsored by:	Absolight

Modified:
  head/graphics/py-django-easy-thumbnails/Makefile   (contents, props changed)

Modified: head/graphics/py-django-easy-thumbnails/Makefile
==============================================================================
--- head/graphics/py-django-easy-thumbnails/Makefile	Mon May 14 21:34:01 2018	(r469973)
+++ head/graphics/py-django-easy-thumbnails/Makefile	Mon May 14 21:40:26 2018	(r469974)
@@ -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:


More information about the svn-ports-all mailing list