diff options
Diffstat (limited to 'graphics/py-imageio/Makefile')
-rw-r--r-- | graphics/py-imageio/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/py-imageio/Makefile b/graphics/py-imageio/Makefile index db23f4744516..50959f20d44f 100644 --- a/graphics/py-imageio/Makefile +++ b/graphics/py-imageio/Makefile @@ -7,7 +7,7 @@ CATEGORIES= graphics python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= sunpoet@FreeBSD.org COMMENT= Python library for reading and writing image, video formats LICENSE= BSD2CLAUSE @@ -20,6 +20,7 @@ RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \ USES= python USE_PYTHON= distutils concurrent autoplist + NO_ARCH= yes .include <bsd.port.mk> |