Index: head/graphics/py-imageio/Makefile =================================================================== --- head/graphics/py-imageio/Makefile (revision 527406) +++ head/graphics/py-imageio/Makefile (revision 527407) @@ -1,28 +1,26 @@ # $FreeBSD$ PORTNAME= imageio DISTVERSION= 2.6.1 CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python library for reading and writing image, video formats LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKSRC}/LICENSE LIB_DEPENDS= libfreeimage.so:graphics/freeimage RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ - ${PY_ENUM34} \ - ${PY_FUTURES} \ ${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \ ${PYNUMPY} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} USES= python:3.4+ USE_PYTHON= autoplist distutils NO_ARCH= yes .include