diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2012-07-22 04:41:09 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2012-07-22 04:41:09 +0800 |
commit | 9760bd1fff097043ac409f9ab66ed93cf774374e (patch) | |
tree | 1d57211646032fe06408f2cd60a17ae37891f936 /dns/unbound | |
parent | ba3fe043dd2e82bdfc6dba43188f46faacb77bfe (diff) | |
download | freebsd-ports-gnome-9760bd1fff097043ac409f9ab66ed93cf774374e.tar.gz freebsd-ports-gnome-9760bd1fff097043ac409f9ab66ed93cf774374e.tar.zst freebsd-ports-gnome-9760bd1fff097043ac409f9ab66ed93cf774374e.zip |
- Fix option handling of THREADS
PR: ports/170007
Reported by: Alexey Kouznetsov <alexey@kouznetsov.com>
Submitted by: crees
Approved by: sem (maintainer)
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 |