diff options
author | osa <osa@FreeBSD.org> | 2009-11-05 05:24:35 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2009-11-05 05:24:35 +0800 |
commit | 4a6894a0c11a18246f3afdad3796de3110778323 (patch) | |
tree | dc6c9c9dfc784af82e64da9ee65e52228a45dae3 /www | |
parent | e94da9956c7fb70b26798f0d6cbcfcbce7b1f6d5 (diff) | |
download | freebsd-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/Makefile | 1 | ||||
-rw-r--r-- | www/nginx/Makefile | 1 |
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 |