aboutsummaryrefslogtreecommitdiffstats
path: root/dns
diff options
context:
space:
mode:
Diffstat (limited to 'dns')
-rw-r--r--dns/dnsmasq/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile
index 785f6b569e53..849ba0360892 100644
--- a/dns/dnsmasq/Makefile
+++ b/dns/dnsmasq/Makefile
@@ -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