aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--dns/unbound/Makefile2
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