diff options
Diffstat (limited to 'devel/libevent2/Makefile')
-rw-r--r-- | devel/libevent2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libevent2/Makefile b/devel/libevent2/Makefile index bfb96792e241..a732c3adc845 100644 --- a/devel/libevent2/Makefile +++ b/devel/libevent2/Makefile @@ -23,6 +23,7 @@ OPTIONS_DEFAULT= OPENSSL THREADS CONFIGURE_ARGS+= --libdir=${PREFIX}/lib/event2 +NO_STAGE= yes .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MOPENSSL} |