diff options
author | William Grzybowski <wg@FreeBSD.org> | 2014-10-05 00:09:15 +0000 |
---|---|---|
committer | William Grzybowski <wg@FreeBSD.org> | 2014-10-05 00:09:15 +0000 |
commit | 0ba06712dc17a219cb74f550783c9f6b9ed10bc6 (patch) | |
tree | 34cee5d997320aa7bd1c59f1d09e3da75d3a0a46 /graphics/py-sorl-thumbnail | |
parent | d737a13788f533b8e186e604e590e756160c626d (diff) |
Notes
Diffstat (limited to 'graphics/py-sorl-thumbnail')
-rw-r--r-- | graphics/py-sorl-thumbnail/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/graphics/py-sorl-thumbnail/Makefile b/graphics/py-sorl-thumbnail/Makefile index 7545f109d6cb..1663ff5c9c95 100644 --- a/graphics/py-sorl-thumbnail/Makefile +++ b/graphics/py-sorl-thumbnail/Makefile @@ -3,7 +3,7 @@ PORTNAME= sorl-thumbnail PORTVERSION= 3.2.5 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -13,11 +13,10 @@ COMMENT= Sorl-thumbnail provides an easy way to generate image thumbnails LICENSE= BSD -RUN_DEPENDS= ${LOCALBASE}/bin/pildriver.py:${PORTSDIR}/graphics/py-imaging +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:${PORTSDIR}/graphics/py-pillow -USE_PYTHON= yes -USE_PYDISTUTILS= yes -PYDISTUTILS_AUTOPLIST= yes +USES= python +USE_PYTHON= autoplist distutils DOCSDIR= ${PREFIX}/share/doc/py-${PORTNAME} |