diff options
author | mat <mat@FreeBSD.org> | 2015-08-09 20:19:00 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2015-08-09 20:19:00 +0800 |
commit | 4768abfa7da75f4cf6798e64034ccbc4db2bd9e0 (patch) | |
tree | 698683ef00c02b9ebbb21903620d7fe8eb150c79 /dns/knot2 | |
parent | 5c738e6797ec4c4620055e6091ba319bd5f4c142 (diff) | |
download | freebsd-ports-gnome-4768abfa7da75f4cf6798e64034ccbc4db2bd9e0.tar.gz freebsd-ports-gnome-4768abfa7da75f4cf6798e64034ccbc4db2bd9e0.tar.zst freebsd-ports-gnome-4768abfa7da75f4cf6798e64034ccbc4db2bd9e0.zip |
Fix build WITHOUT=DNSTAP.
Submitted by: maintainer (via email)
Sponsored by: Absolight
Diffstat (limited to 'dns/knot2')
-rw-r--r-- | dns/knot2/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dns/knot2/Makefile b/dns/knot2/Makefile index 9a8741622191..119703503ca0 100644 --- a/dns/knot2/Makefile +++ b/dns/knot2/Makefile @@ -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 |