diff options
Diffstat (limited to 'devel/ipython')
-rw-r--r-- | devel/ipython/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/ipython/Makefile b/devel/ipython/Makefile index 1ce33cf691f4..82860ad2c5ce 100644 --- a/devel/ipython/Makefile +++ b/devel/ipython/Makefile @@ -26,6 +26,7 @@ OPTIONS_DEFAULT=X11 ZMQ HTML_NOTEBOOK_DESC= HTML notebook support ZMQ_DESC= ZMQ support (parallel computing, qt console, notebook) +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MX11} |