diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-06-13 18:11:09 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2009-06-13 18:11:09 +0000 |
commit | f3eb366ac9db2e387d9fd63bb4412f89bbabf094 (patch) | |
tree | 5151add441968c7786593f95478ff9c6f8a5757f | |
parent | - BROKEN on CURRENT after recent netgraph change (diff) |
- Mark as MAKE_JOBS_UNSAFE
PR: ports/135359, ports/135535
Submitted by: pgollucci
Notes
Notes:
svn path=/head/; revision=235711
-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 \ |