diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2009-11-04 21:24:35 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2009-11-04 21:24:35 +0000 |
commit | 7dad42aac857a58fde23509ada5845f17139f7e8 (patch) | |
tree | 2c28e06ce190ef9b9e824c3db8339792ce250a8b /www/nginx | |
parent | abd3dffa93848f50d109bf5a1c3605bf7cd10b7f (diff) | |
download | ports-7dad42aac857a58fde23509ada5845f17139f7e8.tar.gz ports-7dad42aac857a58fde23509ada5845f17139f7e8.zip |
Notes
Diffstat (limited to 'www/nginx')
-rw-r--r-- | www/nginx/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile index 08ebf920e3f3..2bee71779ca4 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -163,6 +163,7 @@ CONFIGURE_ARGS+=--with-http_gzip_static_module .endif .if defined(WITH_HTTP_IMAGE_FILTER_MODULE) +LIB_DEPENDS+= gd.4:${PORTSDIR}/graphics/gd CONFIGURE_ARGS+=--with-http_image_filter_module .endif |