Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 May 2018 21:40:26 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r469974 - head/graphics/py-django-easy-thumbnails
Message-ID:  <201805142140.w4ELeQVR080821@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201805142140.w4ELeQVR080821>