diff options
Diffstat (limited to 'net/ngrep')
-rw-r--r-- | net/ngrep/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ngrep/Makefile b/net/ngrep/Makefile index 50e9e229c5bc..f08b61f31971 100644 --- a/net/ngrep/Makefile +++ b/net/ngrep/Makefile @@ -21,6 +21,7 @@ USE_GMAKE= yes ALL_TARGET= ngrep GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-pcap-restart +MAKE_JOBS_UNSAFE= yes OPTIONS= PCRE "Use PCRE instead of GNU regex" on \ PORTS_PCAP "Use ports PCAP instead of system PCAP" off \ |