image_filter
Oleksandr V. Typlyns'kyi
wangsamp at gmail.com
Sun Oct 18 20:44:26 MSD 2009
Thursday Oct 15, 2009 at 11:26 Maxim Dounin wrote:
> /etc/make.conf:
>
> .if ${.CURDIR:N*/ports/www/nginx-devel*} == ""
> CONFIGURE_ARGS+=--with-http_image_filter_module
> .endif
Для полноты картины лучше ещё прописать зависимость:
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
.if ${.CURDIR:N*/ports/www/nginx*} == ""
CONFIGURE_ARGS+= --with-http_image_filter_module
LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd
.endif
--
WNGS-RIPE
More information about the nginx-ru
mailing list