mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
www/nginx-devel: fix typo with libressl dependency
Bump PORTREVISION. PR: 280311
This commit is contained in:
parent
45512c3e2b
commit
82cba748fb
@ -1,6 +1,6 @@
|
||||
PORTNAME?= nginx
|
||||
PORTVERSION= 1.27.0
|
||||
PORTREVISION= 5
|
||||
PORTREVISION= 6
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://nginx.org/download/ \
|
||||
LOCAL/osa
|
||||
@ -175,7 +175,7 @@ HTTPV3_BORING_RUN_DEPENDS= ${LOCALBASE}/bin/bssl:security/boringssl
|
||||
HTTPV3_BORING_IMPLIES= HTTPV3
|
||||
HTTPV3_BORING_PREVENTS= HTTPV3_LSSL HTTPV3_QTLS
|
||||
HTTPV3_LSSL_BUILD_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel
|
||||
HTTPV3_LSSL_BUILD_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel
|
||||
HTTPV3_LSSL_RUN_DEPENDS= ${LOCALBASE}/include/tls.h:security/libressl-devel
|
||||
HTTPV3_LSSL_IMPLIES= HTTPV3
|
||||
HTTPV3_LSSL_PREVENTS= HTTPV3_BORING HTTPV3_QTLS
|
||||
HTTPV3_QTLS_BUILD_DEPENDS= ${LOCALBASE}/include/openssl/quic.h:security/openssl-quictls
|
||||
|
Loading…
Reference in New Issue
Block a user