Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: image_filter
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
|