diff options
author | osa <osa@FreeBSD.org> | 2014-12-13 06:51:48 +0800 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2014-12-13 06:51:48 +0800 |
commit | 345f8bcfcb716e8a86a6dab45459da7b39eab18f (patch) | |
tree | 1aa8383089be1988f273f8575e00cd7ed2b61f60 /www | |
parent | ab4f58284b62c3be79f28eb3bede84a62f49ed4b (diff) | |
download | freebsd-ports-gnome-345f8bcfcb716e8a86a6dab45459da7b39eab18f.tar.gz freebsd-ports-gnome-345f8bcfcb716e8a86a6dab45459da7b39eab18f.tar.zst freebsd-ports-gnome-345f8bcfcb716e8a86a6dab45459da7b39eab18f.zip |
Add missing dependency.
Don't bump PORTREVISION cause the third-party modsecurity module disabled by default.
Patch from: Ilya Komandyshko <ikomander@gmail.com>
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 a277f0f893bb..ce63a12eaade 100644 --- a/www/nginx-devel/Makefile +++ b/www/nginx-devel/Makefile @@ -615,6 +615,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 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 |