diff options
Diffstat (limited to 'graphics/imgtops/Makefile')
-rw-r--r-- | graphics/imgtops/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/imgtops/Makefile b/graphics/imgtops/Makefile index 0f1e84b11bee..93bc552b5435 100644 --- a/graphics/imgtops/Makefile +++ b/graphics/imgtops/Makefile @@ -13,9 +13,9 @@ COMMENT= Create efficient Encapsulated Postscript files from images LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow +RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pillow>0:graphics/py-pillow@${FLAVOR} -USES= ghostscript:run python +USES= ghostscript:run python:2.7 USE_PYTHON= distutils post-install: |