diff options
author | miwi <miwi@FreeBSD.org> | 2009-03-26 22:59:17 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2009-03-26 22:59:17 +0800 |
commit | 3597bae27aa0d22549b2484b4d5f2bacebb37d61 (patch) | |
tree | 82b26b1315067ca0af66eac3227589426973ca5a /misc | |
parent | 7b002d636b5d573091a2dab44a967d04c01eca4d (diff) | |
download | freebsd-ports-gnome-3597bae27aa0d22549b2484b4d5f2bacebb37d61.tar.gz freebsd-ports-gnome-3597bae27aa0d22549b2484b4d5f2bacebb37d61.tar.zst freebsd-ports-gnome-3597bae27aa0d22549b2484b4d5f2bacebb37d61.zip |
- Mark MAKE_JOBS_SAFE for SMP compilation
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 |