svn commit: r393781 - head/dns/knot2

Mathieu Arnold mat at FreeBSD.org
Sun Aug 9 12:19:01 UTC 2015


Author: mat
Date: Sun Aug  9 12:19:00 2015
New Revision: 393781
URL: https://svnweb.freebsd.org/changeset/ports/393781

Log:
  Fix build WITHOUT=DNSTAP.
  
  Submitted by:	maintainer (via email)
  Sponsored by:	Absolight

Modified:
  head/dns/knot2/Makefile

Modified: head/dns/knot2/Makefile
==============================================================================
--- head/dns/knot2/Makefile	Sun Aug  9 12:14:17 2015	(r393780)
+++ head/dns/knot2/Makefile	Sun Aug  9 12:19:00 2015	(r393781)
@@ -13,7 +13,8 @@ COMMENT=	High performance authoritative-
 
 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


More information about the svn-ports-all mailing list