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 /graphics | |
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 'graphics')
-rw-r--r-- | graphics/darknock/Makefile | 1 | ||||
-rw-r--r-- | graphics/jhead/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/graphics/darknock/Makefile b/graphics/darknock/Makefile index 0f4d3eaf0e52..8fe24854058f 100644 --- a/graphics/darknock/Makefile +++ b/graphics/darknock/Makefile @@ -18,6 +18,7 @@ USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build rcc_build uic_build linguist_build gui WRKSRC= ${WRKDIR}/${PORTNAME} LRELEASE= ${QT_PREFIX}/bin/lrelease-qt4 +MAKE_JOBS_SAFE= yes PORTDOCS= changelog copyright 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 |