aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorosa <osa@FreeBSD.org>2009-11-05 05:24:35 +0800
committerosa <osa@FreeBSD.org>2009-11-05 05:24:35 +0800
commit4a6894a0c11a18246f3afdad3796de3110778323 (patch)
treedc6c9c9dfc784af82e64da9ee65e52228a45dae3 /www
parente94da9956c7fb70b26798f0d6cbcfcbce7b1f6d5 (diff)
downloadfreebsd-ports-gnome-4a6894a0c11a18246f3afdad3796de3110778323.tar.gz
freebsd-ports-gnome-4a6894a0c11a18246f3afdad3796de3110778323.tar.zst
freebsd-ports-gnome-4a6894a0c11a18246f3afdad3796de3110778323.zip
Add missing library dependence for http_image_filter module for
www/nginx and www/nginx-devel accordingly. Do not bump PORTREVISIONs.
Diffstat (limited to 'www')
-rw-r--r--www/nginx-devel/Makefile1
-rw-r--r--www/nginx/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/www/nginx-devel/Makefile b/www/nginx-devel/Makefile
index c10d55c190d6..7ac94aa12421 100644
--- a/www/nginx-devel/Makefile
+++ b/www/nginx-devel/Makefile
@@ -175,6 +175,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
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