diff options
author | tj <tj@FreeBSD.org> | 2012-08-23 20:27:28 +0800 |
---|---|---|
committer | tj <tj@FreeBSD.org> | 2012-08-23 20:27:28 +0800 |
commit | 5adfb8e59cfa1541241b97b8df0f01ac3b9fabf4 (patch) | |
tree | 1455c536838b40e5a537e6557f3cb0f0958014f7 /dns | |
parent | 22e468fda619f9341feebbb6805779b02a141cfe (diff) | |
download | freebsd-ports-gnome-5adfb8e59cfa1541241b97b8df0f01ac3b9fabf4.tar.gz freebsd-ports-gnome-5adfb8e59cfa1541241b97b8df0f01ac3b9fabf4.tar.zst freebsd-ports-gnome-5adfb8e59cfa1541241b97b8df0f01ac3b9fabf4.zip |
Fix typo in options handling.
PR: ports/170794
Submitted by: Artis Caune <Artis.Caune@gmail.com>
Approved by: Jaap Akkerhuis <jaap@NLnetLabs.nl> (maintainer)
Approved by: eadler (mentor)
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 |