diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2009-11-22 19:49:43 +0000 |
commit | 8c2aab382d5ceff395ed38e45399378035c4968e (patch) | |
tree | ea623aea7a81d860cc89359721fd92c71b84534d /astro | |
parent | e9cf7164b93e5dbdb7bef22c3dc3980161a34dad (diff) |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=244657
Diffstat (limited to 'astro')
-rw-r--r-- | astro/wmspaceweather/Makefile | 1 | ||||
-rw-r--r-- | astro/wmsun/Makefile | 1 | ||||
-rw-r--r-- | astro/xephem/Makefile | 1 | ||||
-rw-r--r-- | astro/xrmap/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/astro/wmspaceweather/Makefile b/astro/wmspaceweather/Makefile index 2f53940a12d1..48c8e2f6aa9f 100644 --- a/astro/wmspaceweather/Makefile +++ b/astro/wmspaceweather/Makefile @@ -22,6 +22,7 @@ EXTRACT_BEFORE_ARGS= USE_XORG= x11 xext xpm ALL_TARGET= clean all +MAKE_JOBS_UNSAFE= yes MAN1= wmSpaceWeather.1 diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index 1d1bebc66986..6cbe087eade8 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -20,6 +20,7 @@ USE_XORG= xext xpm x11 ALL_TARGET= clean all MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ INCDIR="-I${LOCALBASE}/include" LIBDIR="-L${LOCALBASE}/lib" +MAKE_JOBS_UNSAFE= yes MAN1= wmSun.1 PLIST_FILES= bin/wmSun diff --git a/astro/xephem/Makefile b/astro/xephem/Makefile index a098abff8128..91f4beee7781 100644 --- a/astro/xephem/Makefile +++ b/astro/xephem/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ USE_MOTIF= yes USE_GMAKE= yes +MAKE_JOBS_UNSAFE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/GUI/xephem diff --git a/astro/xrmap/Makefile b/astro/xrmap/Makefile index ddb7a525afe0..cb114aeb6245 100644 --- a/astro/xrmap/Makefile +++ b/astro/xrmap/Makefile @@ -37,6 +37,7 @@ MAN1= emx.1 xrmap.1 PORTDOCS= * MAKE_ARGS= DESTDIR="${PREFIX}" +MAKE_JOBS_UNSAFE= yes post-extract: @${BZIP2_CMD} -dc ${_DISTDIR}/${CIAFILE} >${WRKDIR}/CIA_WDB2.jpd |