diff options
author | pav <pav@FreeBSD.org> | 2009-11-23 03:49:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-11-23 03:49:43 +0800 |
commit | d04184ca2296e3e063282f330dc7e508e84911a3 (patch) | |
tree | 4179a3cb6b779813e5c9f72a6fae142bcad8f20a /astro | |
parent | 4ae8809556ff989106eea3aa05f065c2850884ee (diff) | |
download | freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.tar.gz freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.tar.zst freebsd-ports-gnome-d04184ca2296e3e063282f330dc7e508e84911a3.zip |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat
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 |