diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-20 07:41:55 +0800 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-20 07:41:55 +0800 |
commit | 2d68f126de221d6caed2c560840eae9b231eaaf0 (patch) | |
tree | a4e626dcfcfc7a91af456eb7e15fa4056a883f49 /graphics | |
parent | 07b27888644efc66d4ed412de3c7ba9d7b2b54af (diff) | |
download | freebsd-ports-gnome-2d68f126de221d6caed2c560840eae9b231eaaf0.tar.gz freebsd-ports-gnome-2d68f126de221d6caed2c560840eae9b231eaaf0.tar.zst freebsd-ports-gnome-2d68f126de221d6caed2c560840eae9b231eaaf0.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/IPA/Makefile | 1 | ||||
-rw-r--r-- | graphics/gauche-gl/Makefile | 1 | ||||
-rw-r--r-- | graphics/iiview/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/graphics/IPA/Makefile b/graphics/IPA/Makefile index 097b77890a0b..55fe39d3c82c 100644 --- a/graphics/IPA/Makefile +++ b/graphics/IPA/Makefile @@ -20,6 +20,7 @@ BUILD_DEPENDS= ${RUN_DEPENDS} PERL_CONFIGURE= yes INSTALL_TARGET= pure_install +MAKE_JOBS_UNSAFE= yes MAN1= iterm.1 MAN3= IPA.3 IPA::Geometry.3 IPA::Global.3 IPA::Local.3 IPA::Misc.3 \ diff --git a/graphics/gauche-gl/Makefile b/graphics/gauche-gl/Makefile index fd2bd9de09c1..42fc22ee1895 100644 --- a/graphics/gauche-gl/Makefile +++ b/graphics/gauche-gl/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ${BUILD_DEPENDS} USE_GL= glut GNU_CONFIGURE= yes +MAKE_JOBS_UNSAFE= yes EXAMPLESDIR= ${PREFIX}/share/examples/gauche/${PORTNAME} DOCSDIR= ${PREFIX}/share/doc/gauche/${PORTNAME} diff --git a/graphics/iiview/Makefile b/graphics/iiview/Makefile index a3b6da2bc187..900685bdb856 100644 --- a/graphics/iiview/Makefile +++ b/graphics/iiview/Makefile @@ -21,6 +21,7 @@ BUILD_DEPENDS= ${LOCALBASE}/lib/libpng.a:${PORTSDIR}/graphics/png \ USE_XORG= xpm x11 PLIST_FILES= bin/iiview +MAKE_JOBS_UNSAFE= yes MAN1= iiview.1 MANCOMPRESSED= yes |