diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-09 16:58:29 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-09-09 16:58:29 +0000 |
commit | 442950b6780491d28de94da2f1701842d097f30f (patch) | |
tree | e1bff4b4204c07962375844ae4ce4d6f7747ee65 /graphics/py-imageio/Makefile | |
parent | f864e4a784c597c7206581da13ee184e01ff498a (diff) |
Notes
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> |