diff options
author | rakuco <rakuco@FreeBSD.org> | 2016-03-24 07:26:19 +0800 |
---|---|---|
committer | rakuco <rakuco@FreeBSD.org> | 2016-03-24 07:26:19 +0800 |
commit | cb565f73ac3184158badf18b264625941448bbd4 (patch) | |
tree | 60f9d92cea82da254adb36055bd21eba9c19baec /x11/leechcraft | |
parent | 43360cc20cf2e55a88fc7b18f6c213dfa1bbb647 (diff) | |
download | freebsd-ports-gnome-cb565f73ac3184158badf18b264625941448bbd4.tar.gz freebsd-ports-gnome-cb565f73ac3184158badf18b264625941448bbd4.tar.zst freebsd-ports-gnome-cb565f73ac3184158badf18b264625941448bbd4.zip |
Drop MAKE_JOBS_UNSAFE.
The port built fine with -j56 on Poudriere, and it also ran fine. I'm tempted
to believe whatever problems there were when the port was initially added to
the tree have since been solved, and the port should be make jobs safe now.
PR: 207191
Approved by: maintainer timeout (vg, 39 days)
Diffstat (limited to 'x11/leechcraft')
-rw-r--r-- | x11/leechcraft/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11/leechcraft/Makefile b/x11/leechcraft/Makefile index 748fef26a647..17787323f203 100644 --- a/x11/leechcraft/Makefile +++ b/x11/leechcraft/Makefile @@ -19,7 +19,6 @@ LIB_DEPENDS= libqwt6.so:${PORTSDIR}/x11-toolkits/qwt6 \ #LC_REV= 1526-g7fdb92a INSTALLS_ICONS= yes -MAKE_JOBS_UNSAFE=yes USE_LDCONFIG= yes USES= cmake pkgconfig tar:xz USE_QT4= corelib declarative gui network script sql sql-sqlite3_run \ |