aboutsummaryrefslogtreecommitdiffstats
path: root/www/nginx/Makefile
diff options
context:
space:
mode:
authorjoneum <joneum@FreeBSD.org>2017-08-19 16:44:30 +0800
committerjoneum <joneum@FreeBSD.org>2017-08-19 16:44:30 +0800
commitf0a036ab16890b067895835d7d225ef85d6ed4af (patch)
tree6f4153929833bc7819fe726f77ffb662fc3d0321 /www/nginx/Makefile
parent3f1e79dfa2dd430b693c893e1b9d9cab10ea2276 (diff)
downloadfreebsd-ports-gnome-f0a036ab16890b067895835d7d225ef85d6ed4af.tar.gz
freebsd-ports-gnome-f0a036ab16890b067895835d7d225ef85d6ed4af.tar.zst
freebsd-ports-gnome-f0a036ab16890b067895835d7d225ef85d6ed4af.zip
- www/nginx: set correct GH_TUPLE for modsecurity-devel
PR: 220353 Reported by: Marius Halden <marius.h@lden.org> Approved by: miwi (mentor) Differential Revision: https://reviews.freebsd.org/D12052
Diffstat (limited to 'www/nginx/Makefile')
-rw-r--r--www/nginx/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index bf4dcdd67037..e36b38ff4de6 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -911,8 +911,8 @@ EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-nginx-modsecurity-configure \
.if ${PORT_OPTIONS:MMODSECURITY_DEVEL}
LIB_DEPENDS+= libmodsecurity.so.3:www/mod_security-devel
-GH_TUPLE+= SiderLaps:ModSecurity-nginx:abbf2c4:modsec
-CONFIGURE_ARGS+=--add-dynamic-module=${WRKSRC_modsec}
+GH_TUPLE+= SpiderLabs:ModSecurity-nginx:abbf2c4:modsec
+CONFIGURE_ARGS+=--add-module=${WRKSRC_modsec}
.endif
.if ${PORT_OPTIONS:MNAXSI}