diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2017-03-21 22:45:43 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2017-03-21 22:45:43 +0000 |
commit | b4f3ace9670201bf624c47e7b006672a6a333d4d (patch) | |
tree | f13d0e6f928d0edd8af8fdecac7d268a84a1f6a8 /dns/dnsmasq/Makefile | |
parent | e5b50fecb17b029f1b80e89397ee081d51ab1e53 (diff) | |
download | ports-b4f3ace9670201bf624c47e7b006672a6a333d4d.tar.gz ports-b4f3ace9670201bf624c47e7b006672a6a333d4d.zip |
Notes
Diffstat (limited to 'dns/dnsmasq/Makefile')
-rw-r--r-- | dns/dnsmasq/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dnsmasq/Makefile b/dns/dnsmasq/Makefile index 3c1f2bb9f73b..914228f06850 100644 --- a/dns/dnsmasq/Makefile +++ b/dns/dnsmasq/Makefile @@ -40,11 +40,11 @@ SHEBANG_FILES= contrib/dynamic-dnsmasq/dynamic-dnsmasq.pl \ contrib/dnslist/dnslist.pl CPE_VENDOR= thekelleys -.include <bsd.port.options.mk> - IPV6_CFLAGS_OFF=-DNO_IPV6 IPSET_CFLAGS_OFF=-DNO_IPSET +.include <bsd.port.options.mk> + .if ${PORT_OPTIONS:MNLS} USES+= gettext gmake iconv pkgconfig LIB_DEPENDS+= libidn.so:dns/libidn |