diff options
author | makc <makc@FreeBSD.org> | 2011-10-23 09:38:08 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-10-23 09:38:08 +0800 |
commit | 17271908077ba3222cdb159fe863b1d351b22fee (patch) | |
tree | 6e42adf09170a31294d7a63f143c2a8bcb160e02 /astro | |
parent | dc1e93006ec4db5708b8c8cc05499a36e875f927 (diff) | |
download | freebsd-ports-gnome-17271908077ba3222cdb159fe863b1d351b22fee.tar.gz freebsd-ports-gnome-17271908077ba3222cdb159fe863b1d351b22fee.tar.zst freebsd-ports-gnome-17271908077ba3222cdb159fe863b1d351b22fee.zip |
Mark MAKE_JOBS_UNSAFE, it still fails sometime
Diffstat (limited to 'astro')
-rw-r--r-- | astro/marble/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/marble/Makefile b/astro/marble/Makefile index f11434898e7b..ac83002dc9cc 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -24,7 +24,7 @@ QT_COMPONENTS= dbus declarative gui network \ phonon script sql svg webkit xml \ qmake_build moc_build rcc_build uic_build USE_BZIP2= yes -MAKE_JOBS_SAFE= yes +MAKE_JOBS_UNSAFE= yes OPTIONS= GPS "Support for GPS position provider" on |