diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 22:08:31 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-31 22:08:31 +0000 |
commit | 22d668f75bb338c461438603eda65f27a6881f50 (patch) | |
tree | 549c374298d1f1d88e58e6b519337a956bfe5065 /textproc/dwdiff | |
parent | afa2a6f102089300593044ec95ef5dce0097eac3 (diff) |
Notes
Diffstat (limited to 'textproc/dwdiff')
-rw-r--r-- | textproc/dwdiff/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/textproc/dwdiff/Makefile b/textproc/dwdiff/Makefile index 9d41b8c9cc25..591834c92388 100644 --- a/textproc/dwdiff/Makefile +++ b/textproc/dwdiff/Makefile @@ -15,6 +15,8 @@ COMMENT= A delimited word diff program OPTIONS= UNICODE "Build with Unicode support" on +MAKE_JOBS_SAFE= yes + HAS_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |