diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-20 22:53:09 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-20 22:53:09 +0000 |
commit | 38eb8c5339e31bce015d6652caf364542965d4d0 (patch) | |
tree | 57033736b4eab37d8b46bb4b452f790f37bd0c7a /textproc/link-grammar | |
parent | 1a3a92532506ba92f7a9670be49752b00ad8a807 (diff) |
Notes
Diffstat (limited to 'textproc/link-grammar')
-rw-r--r-- | textproc/link-grammar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/link-grammar/Makefile b/textproc/link-grammar/Makefile index 19445c5f80fe..4afcdfe86d28 100644 --- a/textproc/link-grammar/Makefile +++ b/textproc/link-grammar/Makefile @@ -22,6 +22,7 @@ USE_CSTD= gnu99 CFLAGS+= ${PTHREAD_CFLAGS} CONFIGURE_ARGS= --enable-pthreads \ --disable-java-bindings +MAKE_JOBS_UNSAFE= yes DOCS= AUTHORS LICENSE MAINTAINERS README MAN1= link-parser.1 |