diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-03-26 14:59:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-03-26 14:59:17 +0000 |
commit | cf08b61fd828661a56063cdc45a4416361a626ef (patch) | |
tree | 4481f80037d0651300b39e36ab7cf730f7d67da3 /misc | |
parent | ebce5119ec7d43c526a1325177ebe31aefad0c85 (diff) |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/clpbar/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/clpbar/Makefile b/misc/clpbar/Makefile index 0bd41fe8da2e..df960682594f 100644 --- a/misc/clpbar/Makefile +++ b/misc/clpbar/Makefile @@ -18,6 +18,7 @@ COMMENT= Command Line Progress Bar WRKSRC= ${WRKDIR}/bar-${PORTVERSION} GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAKE_ARGS+= CFLAGS+="${CFLAGS}" MAN1= bar.1 |