Use ImageMagick-nox11 instead of original one as it's more
convenient for the server-based product. Do not bump PORTREVISION because this change affects disabled by default third-party modules only.
This commit is contained in:
parent
cb4f13a902
commit
23565463ac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=424223
2 changed files with 6 additions and 6 deletions
|
@ -714,7 +714,7 @@ LIB_DEPENDS+= libjpeg.so:graphics/jpeg \
|
|||
libavcodec.so:multimedia/ffmpeg \
|
||||
libavutil.so:multimedia/ffmpeg \
|
||||
libswscale.so:multimedia/ffmpeg \
|
||||
libMagickWand-6.so:graphics/ImageMagick
|
||||
libMagickWand-6.so:graphics/ImageMagick-nox11
|
||||
GH_ACCOUNT+= wandenberg:vte
|
||||
GH_PROJECT+= nginx-video-thumbextractor-module:vte
|
||||
GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte
|
||||
|
@ -947,8 +947,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_slowfs_cache-${NGINX_SLOWFS_CACHE_VER
|
|||
|
||||
.if ${PORT_OPTIONS:MSMALL_LIGHT}
|
||||
NGINX_SMALL_LIGHT_VERSION= 0.8.0
|
||||
LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick \
|
||||
libMagickWand-6.so:graphics/ImageMagick \
|
||||
LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick-nox11 \
|
||||
libMagickWand-6.so:graphics/ImageMagick-nox11 \
|
||||
libpcre.so:devel/pcre
|
||||
GH_ACCOUNT+= cubicdaiya:small_light
|
||||
GH_PROJECT+= ngx_small_light:small_light
|
||||
|
|
|
@ -710,7 +710,7 @@ LIB_DEPENDS+= libjpeg.so:graphics/jpeg \
|
|||
libavcodec.so:multimedia/ffmpeg \
|
||||
libavutil.so:multimedia/ffmpeg \
|
||||
libswscale.so:multimedia/ffmpeg \
|
||||
libMagickWand-6.so:graphics/ImageMagick
|
||||
libMagickWand-6.so:graphics/ImageMagick-nox11
|
||||
GH_ACCOUNT+= wandenberg:vte
|
||||
GH_PROJECT+= nginx-video-thumbextractor-module:vte
|
||||
GH_TAGNAME+= ${NGINX_VIDEO_THUMBEXTRACTOR_VERSION}:vte
|
||||
|
@ -942,8 +942,8 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/ngx_slowfs_cache-${NGINX_SLOWFS_CACHE_VER
|
|||
|
||||
.if ${PORT_OPTIONS:MSMALL_LIGHT}
|
||||
NGINX_SMALL_LIGHT_VERSION= 0.8.0
|
||||
LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick \
|
||||
libMagickWand-6.so:graphics/ImageMagick \
|
||||
LIB_DEPENDS+= libMagickCore-6.so:graphics/ImageMagick-nox11 \
|
||||
libMagickWand-6.so:graphics/ImageMagick-nox11 \
|
||||
libpcre.so:devel/pcre
|
||||
GH_ACCOUNT+= cubicdaiya:small_light
|
||||
GH_PROJECT+= ngx_small_light:small_light
|
||||
|
|
Loading…
Reference in a new issue