Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Aug 2015 12:19:01 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r393781 - head/dns/knot2
Message-ID:  <201508091219.t79CJ1CI007829@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508091219.t79CJ1CI007829>