1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00

Fix build WITHOUT=DNSTAP.

Submitted by:	maintainer (via email)
Sponsored by:	Absolight
This commit is contained in:
Mathieu Arnold 2015-08-09 12:19:00 +00:00
parent 16a74386bb
commit 91ee9c40a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393781

View File

@ -13,7 +13,8 @@ COMMENT= High performance authoritative-only DNS server
LICENSE= GPLv3
LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \
LIB_DEPENDS= libfstrm.so:${PORTSDIR}/devel/fstrm \
libgnutls.so:${PORTSDIR}/security/gnutls \
libjansson.so:${PORTSDIR}/devel/jansson \
liblmdb.so:${PORTSDIR}/databases/lmdb \
libnettle.so:${PORTSDIR}/security/nettle \
@ -48,8 +49,7 @@ OPTIONS_DEFINE= DNSTAP FASTPARSER IDN
DNSTAP_DESC= dnstap support (see dnstap.info)
DNSTAP_CONFIGURE_ENABLE= dnstap
DNSTAP_LIB_DEPENDS= libfstrm.so:${PORTSDIR}/devel/fstrm \
libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
DNSTAP_LIB_DEPENDS= libprotobuf-c.so:${PORTSDIR}/devel/protobuf-c
FASTPARSER_DESC= Fast zone parser (demanding compilation)
FASTPARSER_CONFIGURE_ENABLE= fastparser