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 /graphics/jhead | |
parent | ebce5119ec7d43c526a1325177ebe31aefad0c85 (diff) | |
download | freebsd-ports-cf08b61fd828661a56063cdc45a4416361a626ef.zip |
- Mark MAKE_JOBS_SAFE for SMP compilation
Diffstat (limited to 'graphics/jhead')
-rw-r--r-- | graphics/jhead/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/jhead/Makefile b/graphics/jhead/Makefile index 71de230aafad..39aca5721b0d 100644 --- a/graphics/jhead/Makefile +++ b/graphics/jhead/Makefile @@ -18,6 +18,7 @@ RUN_DEPENDS= jpegtran:${PORTSDIR}/graphics/jpeg MAKEFILE= makefile +MAKE_JOBS_SAFE= yes PORTDOCS= usage.html PLIST_FILES= bin/jhead MAN1= jhead.1 |