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 /net | |
parent | 7b002d636b5d573091a2dab44a967d04c01eca4d (diff) | |
download | freebsd-ports-graphics-3597bae27aa0d22549b2484b4d5f2bacebb37d61.tar.gz freebsd-ports-graphics-3597bae27aa0d22549b2484b4d5f2bacebb37d61.tar.zst freebsd-ports-graphics-3597bae27aa0d22549b2484b4d5f2bacebb37d61.zip |
- Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'net')
-rw-r--r-- | net/icpld/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/icpld/Makefile b/net/icpld/Makefile index 0328dfc9d77..1cd7eafe760 100644 --- a/net/icpld/Makefile +++ b/net/icpld/Makefile @@ -16,6 +16,7 @@ COMMENT= Internet connection performance logging daemon USE_BZIP2= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes MAN1= ${PORTNAME}.1 |