mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
dns/unbound: restores DNS over QUIC and HTTPS
There was a line missing in the Makefile for the port. This commit correct it and restores DNS over QUIC and HTTPS PR: 282183 Reported by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
This commit is contained in:
parent
80accc4e56
commit
23b8a311cb
@ -1,5 +1,6 @@
|
||||
PORTNAME= unbound
|
||||
DISTVERSION= 1.22.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= https://www.nlnetlabs.nl/downloads/unbound/
|
||||
|
||||
@ -20,6 +21,7 @@ USE_RC_SUBR= unbound
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-libexpat=${LOCALBASE} \
|
||||
--with-libnghttp2 \
|
||||
--with-ssl=${OPENSSLBASE}
|
||||
TEST_TARGET= test
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user