aboutsummaryrefslogtreecommitdiff
path: root/dns/nsd
diff options
context:
space:
mode:
authorTom Judge <tj@FreeBSD.org>2012-08-23 12:27:28 +0000
committerTom Judge <tj@FreeBSD.org>2012-08-23 12:27:28 +0000
commit0318e17c250c4f410cd9751ce968a741ec76c815 (patch)
tree1455c536838b40e5a537e6557f3cb0f0958014f7 /dns/nsd
parent228b555d170851618ef13d0aa8b2e03574257d1f (diff)
downloadports-0318e17c250c4f410cd9751ce968a741ec76c815.tar.gz
ports-0318e17c250c4f410cd9751ce968a741ec76c815.zip
Notes
Diffstat (limited to 'dns/nsd')
-rw-r--r--dns/nsd/Makefile2
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