diff options
Diffstat (limited to 'editors/ne/Makefile')
-rw-r--r-- | editors/ne/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/ne/Makefile b/editors/ne/Makefile index 59595050fb37..bb477ddf6686 100644 --- a/editors/ne/Makefile +++ b/editors/ne/Makefile @@ -22,6 +22,7 @@ ALL_TARGET= ${PORTNAME} MAKE_ARGS= CC="${CC}" \ CFLAGS="${CFLAGS}" \ NE_GLOBAL_DIR="${DATADIR}" +MAKE_JOBS_UNSAFE= yes MAN1= ne.1 PORTDOCS= ne.txt |