diff options
author | Tom Judge <tj@FreeBSD.org> | 2012-08-23 12:27:28 +0000 |
---|---|---|
committer | Tom Judge <tj@FreeBSD.org> | 2012-08-23 12:27:28 +0000 |
commit | 0318e17c250c4f410cd9751ce968a741ec76c815 (patch) | |
tree | 1455c536838b40e5a537e6557f3cb0f0958014f7 | |
parent | 228b555d170851618ef13d0aa8b2e03574257d1f (diff) | |
download | ports-0318e17c250c4f410cd9751ce968a741ec76c815.tar.gz ports-0318e17c250c4f410cd9751ce968a741ec76c815.zip |
Notes
-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 |