diff options
Diffstat (limited to 'dns')
-rw-r--r-- | dns/nsd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/nsd/Makefile b/dns/nsd/Makefile index fe905abd921c..85b21fed7774 100644 --- a/dns/nsd/Makefile +++ b/dns/nsd/Makefile @@ -109,7 +109,7 @@ CONFIGURE_ARGS+= --disable-full-prehash CONFIGURE_ARGS+= --enable-mmap .endif -.if ${PORT_OPTIONS:MMAXIPS) +.if ${PORT_OPTIONS:MMAXIPS} CONFIGURE_ARGS+= --with-max-ips=${NSDMAX_IPS} .endif |