diff options
author | rakuco <rakuco@FreeBSD.org> | 2017-08-13 19:20:36 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2017-08-13 19:20:36 +0800 |
commit | d2514725e5904f2da7ea9b228e8a5c1ebb6c39ef (patch) | |
tree | 6ed643feeea52e836ac2d1a97ec91302f260d350 /science/massxpert | |
parent | 333d18cca16787f2173538e5782a977bd60fab4b (diff) | |
download | freebsd-ports-gnome-d2514725e5904f2da7ea9b228e8a5c1ebb6c39ef.tar.gz freebsd-ports-gnome-d2514725e5904f2da7ea9b228e8a5c1ebb6c39ef.tar.zst freebsd-ports-gnome-d2514725e5904f2da7ea9b228e8a5c1ebb6c39ef.zip |
Drop MAKE_JOBS_UNSAFE.
Tentatively remove it after testing the port with -j2 and -jLOTS_OF_CORES.
PR: 219293
Diffstat (limited to 'science/massxpert')
-rw-r--r-- | science/massxpert/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/science/massxpert/Makefile b/science/massxpert/Makefile index 491d3a5b9fe5..242efb7b9ee2 100644 --- a/science/massxpert/Makefile +++ b/science/massxpert/Makefile @@ -26,6 +26,5 @@ USE_GNOME= glib20 USE_QT4= corelib gui xml rcc_build qmake_build uic_build moc_build \ svg USE_LDCONFIG= yes -MAKE_JOBS_UNSAFE= yes .include <bsd.port.mk> |