Date: Fri, 23 May 2014 21:11:03 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354963 - head/dns/dnsmasq Message-ID: <201405232111.s4NLB3Lq054589@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Fri May 23 21:11:02 2014 New Revision: 354963 URL: http://svnweb.freebsd.org/changeset/ports/354963 QAT: https://qat.redports.org/buildarchive/r354963/ Log: Fix build with DNSSEC and without NLS/DBUS options. PR: 190149 Submitted by: Kevin Zheng Modified: head/dns/dnsmasq/Makefile Modified: head/dns/dnsmasq/Makefile ============================================================================== --- head/dns/dnsmasq/Makefile Fri May 23 20:48:20 2014 (r354962) +++ head/dns/dnsmasq/Makefile Fri May 23 21:11:02 2014 (r354963) @@ -77,6 +77,7 @@ USES+= lua .if ${PORT_OPTIONS:MDNSSEC} CFLAGS+= -DHAVE_DNSSEC +USES+= pkgconfig LIB_DEPENDS+= libnettle.so:${PORTSDIR}/security/nettle LIB_DEPENDS+= libgmp.so:${PORTSDIR}/math/gmp .endif
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405232111.s4NLB3Lq054589>