diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-21 20:41:09 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2012-07-21 20:41:09 +0000 |
commit | fee3a85521ef6f26c4d2f2ef1b4c582a9304e1de (patch) | |
tree | 1d57211646032fe06408f2cd60a17ae37891f936 /dns/unbound | |
parent | 1b9cf59ac211cb7d69740532e3d710a39bf3c5a2 (diff) |
- Fix option handling of THREADS
PR: ports/170007
Reported by: Alexey Kouznetsov <alexey@kouznetsov.com>
Submitted by: crees
Approved by: sem (maintainer)
Notes
Notes:
svn path=/head/; revision=301286
Diffstat (limited to 'dns/unbound')
-rw-r--r-- | dns/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/unbound/Makefile b/dns/unbound/Makefile index 92292234401b..dce878862e1e 100644 --- a/dns/unbound/Makefile +++ b/dns/unbound/Makefile @@ -88,7 +88,7 @@ CONFIGURE_ARGS+=--with-libevent=${LOCALBASE} CONFIGURE_ARGS+=--with-libevent=no .endif -.if empty(${PORT_OPTIONS:MTHREADS}) +.if empty(PORT_OPTIONS:MTHREADS) CONFIGURE_ARGS+=--without-pthreads .endif |