1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

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)
This commit is contained in:
Tom Judge 2012-08-23 12:27:28 +00:00
parent 228b555d17
commit 0318e17c25
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=303007

View File

@ -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