Add missing dependency.

Don't bump PORTREVISION cause the third-party modsecurity module disabled by default.

Patch from:	Ilya Komandyshko <ikomander@gmail.com>
This commit is contained in:
Sergey A. Osokin 2014-12-12 22:51:48 +00:00
parent fe7d35de72
commit 50362d2592
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=374609
2 changed files with 2 additions and 0 deletions

View file

@ -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

View file

@ -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