diff options
author | gabor <gabor@FreeBSD.org> | 2009-06-14 02:11:09 +0800 |
---|---|---|
committer | gabor <gabor@FreeBSD.org> | 2009-06-14 02:11:09 +0800 |
commit | f8eaaf2228a690473cdc3c410f62ab3208963954 (patch) | |
tree | ea8b3ff5720963360a13af39488c3d1a771b268f /textproc/ispell | |
parent | 6b9447b7995dc36dde8153081e05cf573910f405 (diff) | |
download | freebsd-ports-gnome-f8eaaf2228a690473cdc3c410f62ab3208963954.tar.gz freebsd-ports-gnome-f8eaaf2228a690473cdc3c410f62ab3208963954.tar.zst freebsd-ports-gnome-f8eaaf2228a690473cdc3c410f62ab3208963954.zip |
- Mark as MAKE_JOBS_UNSAFE
PR: ports/135359, ports/135535
Submitted by: pgollucci
Diffstat (limited to 'textproc/ispell')
-rw-r--r-- | textproc/ispell/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile index 6ad6eeae590c..4a3d86f2a501 100644 --- a/textproc/ispell/Makefile +++ b/textproc/ispell/Makefile @@ -18,6 +18,7 @@ EXTRACT_ONLY= ${ISPELL_FILES} MAINTAINER?= gabor@FreeBSD.org COMMENT= An interactive spelling checker for multiple languages +MAKE_JOBS_UNSAFE= yes MAN1= ispell.1 sq.1 unsq.1 MAN5= ispell.5 english.5 MLINKS= ispell.1 buildhash.1 \ |