diff options
author | marino <marino@FreeBSD.org> | 2014-07-05 22:31:19 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-07-05 22:31:19 +0800 |
commit | 299d508e858e89899a36ca2863a92c48540ecbf4 (patch) | |
tree | 630c74841eb798350b92718a375d6647475fd8c3 /astro | |
parent | dde7e1717388a577ab28df469514a26f899f6f2b (diff) | |
download | freebsd-ports-graphics-299d508e858e89899a36ca2863a92c48540ecbf4.tar.gz freebsd-ports-graphics-299d508e858e89899a36ca2863a92c48540ecbf4.tar.zst freebsd-ports-graphics-299d508e858e89899a36ca2863a92c48540ecbf4.zip |
astro/openmap: mark jobs unsafe (taken from dports)
Diffstat (limited to 'astro')
-rw-r--r-- | astro/openmap/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astro/openmap/Makefile b/astro/openmap/Makefile index 15c83ade218..aa27e4ec9b4 100644 --- a/astro/openmap/Makefile +++ b/astro/openmap/Makefile @@ -22,6 +22,8 @@ MAKE_ARGS+= -Dopenmap.home=${WRKSRC} \ SUB_FILES= openmap.sh +MAKE_JOBS_UNSAFE= yes + OPTIONS_DEFINE= DOCS do-configure: |