aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Neumeister <joneum@FreeBSD.org>2023-07-14 17:00:09 +0000
committerJochen Neumeister <joneum@FreeBSD.org>2023-07-14 17:00:09 +0000
commitc12a15faa527b9fdad1506991c52df03d6218609 (patch)
treed24ad0aac0a6ce157d7db7a09875feeab84be0fa
parent9f90f83e2a5a9fc1198209d6662461f7bc117cca (diff)
downloadports-c12a15faa527b9fdad1506991c52df03d6218609.tar.gz
ports-c12a15faa527b9fdad1506991c52df03d6218609.zip
www/nginx: add missing configure option for http_xslt module
Sponsored by: Netzkommune GmbH
-rw-r--r--www/nginx/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/nginx/Makefile b/www/nginx/Makefile
index 83809e4e5c94..538a92a75e67 100644
--- a/www/nginx/Makefile
+++ b/www/nginx/Makefile
@@ -1,6 +1,6 @@
PORTNAME= nginx
PORTVERSION= 1.24.0
-PORTREVISION?= 8
+PORTREVISION?= 9
PORTEPOCH= 3
CATEGORIES= www
MASTER_SITES= https://nginx.org/download/ \
@@ -160,6 +160,7 @@ HTTP_SSL_CONFIGURE_ON= --with-http_ssl_module
HTTP_SSL_USES= ssl
HTTP_STATUS_CONFIGURE_ON= --with-http_stub_status_module
HTTP_SUB_CONFIGURE_ON= --with-http_sub_module
+HTTP_XSLT_CONFIGURE_ON= --with-http_xslt_module
HTTP_XSLT_LIB_DEPENDS= libxml2.so:textproc/libxml2 \
libxslt.so:textproc/libxslt
HTTP_XSLT_VARS= DSO_BASEMODS+=http_xslt_module