Revert r566733
IMAGEMAGICK_DEFAULT is not widely adopted. Furthermore, this commit is not approved. It should be applied ports tree wide with approvals from maintainers.
This commit is contained in:
parent
556d79113c
commit
8f3292186f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=567696
1 changed files with 8 additions and 1 deletions
|
@ -13,7 +13,6 @@ LICENSE= MIT
|
|||
LICENSE_FILE= ${WRKSRC}/LICENCE.txt
|
||||
|
||||
RUN_DEPENDS= ffmpeg:multimedia/ffmpeg \
|
||||
convert:graphics/ImageMagick${IMAGEMAGICK_DEFAULT} \
|
||||
${PYTHON_PKGNAMEPREFIX}decorator>=4.0.2<5.0:devel/py-decorator@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}imageio>=2.5<3.0:graphics/py-imageio@${PY_FLAVOR} \
|
||||
${PYTHON_PKGNAMEPREFIX}imageio-ffmpeg>=0.2.0:graphics/py-imageio-ffmpeg@${PY_FLAVOR} \
|
||||
|
@ -27,4 +26,12 @@ USE_PYTHON= autoplist concurrent distutils
|
|||
|
||||
NO_ARCH= yes
|
||||
|
||||
OPTIONS_SINGLE= IMAGEMAGICK
|
||||
OPTIONS_SINGLE_IMAGEMAGICK= IMAGEMAGICK6 IMAGEMAGICK7
|
||||
OPTIONS_DEFAULT=IMAGEMAGICK7
|
||||
IMAGEMAGICK6_DESC= Use ImageMagick 6.x as backend
|
||||
IMAGEMAGICK7_DESC= Use ImageMagick 7.x as backend
|
||||
IMAGEMAGICK6_RUN_DEPENDS= convert:graphics/ImageMagick6
|
||||
IMAGEMAGICK7_RUN_DEPENDS= convert:graphics/ImageMagick7
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Reference in a new issue