svn commit: r354963 - head/dns/dnsmasq

Matthias Andree mandree at FreeBSD.org
Fri May 23 21:11:03 UTC 2014


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


More information about the svn-ports-head mailing list