diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2014-12-12 22:51:48 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2014-12-12 22:51:48 +0000 |
commit | 50362d25927d00e74414d16ea4f808af0cd6fd80 (patch) | |
tree | 1aa8383089be1988f273f8575e00cd7ed2b61f60 /www/nginx | |
parent | fe7d35de728fff452daca23b8427e70bc3a5da09 (diff) | |
download | ports-50362d25927d00e74414d16ea4f808af0cd6fd80.tar.gz ports-50362d25927d00e74414d16ea4f808af0cd6fd80.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 3a0f28ab38b8..cfc9f1f5793e 100644 --- a/www/nginx/Makefile +++ b/www/nginx/Makefile @@ -628,6 +628,7 @@ CONFIGURE_ARGS+=--add-module=${WRKDIR}/openresty-memc-nginx-module-${GIT_MEMC_VE NGINX_MODSECURITY_VERSION= 2.8.0 LIB_DEPENDS+= libpcre.so:${PORTSDIR}/devel/pcre \ libapr-1.so:${PORTSDIR}/devel/apr1 \ + libcurl.so:${PORTSDIR}/ftp/curl \ libyajl.so:${PORTSDIR}/devel/yajl USE_APACHE= 22+ USE_GNOME= libxml2 |