aboutsummaryrefslogtreecommitdiff
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile1
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