diff options
author | mandree <mandree@FreeBSD.org> | 2014-05-24 05:11:02 +0800 |
---|---|---|
committer | mandree <mandree@FreeBSD.org> | 2014-05-24 05:11:02 +0800 |
commit | c5c143e92aafdc66315851ed84535683bd791510 (patch) | |
tree | 7b5a13d4b5f13cfe852c64d8ef1812cce67d4dec /dns | |
parent | 78f0032829bc27e5db5c6619e9ac44d4380db6c2 (diff) | |
download | freebsd-ports-gnome-c5c143e92aafdc66315851ed84535683bd791510.tar.gz freebsd-ports-gnome-c5c143e92aafdc66315851ed84535683bd791510.tar.zst freebsd-ports-gnome-c5c143e92aafdc66315851ed84535683bd791510.zip |
Fix build with DNSSEC and without NLS/DBUS options.
PR: 190149
Submitted by: Kevin Zheng
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dnsmasq/Makefile | 1 |
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 |