diff options
author | makc <makc@FreeBSD.org> | 2009-03-30 15:03:25 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-30 15:03:25 +0800 |
commit | d9e38a74449f179abdd1ab42321bb307bf5e8c41 (patch) | |
tree | ec10f6f8cc66531e44c758f75c39feb5d0f980a9 /x11-toolkits/qwt6 | |
parent | 29f18d83b554c9b7908185d718948e58ce1c84d0 (diff) | |
download | freebsd-ports-gnome-d9e38a74449f179abdd1ab42321bb307bf5e8c41.tar.gz freebsd-ports-gnome-d9e38a74449f179abdd1ab42321bb307bf5e8c41.tar.zst freebsd-ports-gnome-d9e38a74449f179abdd1ab42321bb307bf5e8c41.zip |
disable MAKE_JOBS_SAFE temporary to fix build on tb
Diffstat (limited to 'x11-toolkits/qwt6')
-rw-r--r-- | x11-toolkits/qwt6/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/x11-toolkits/qwt6/Makefile b/x11-toolkits/qwt6/Makefile index 472f2d30bc86..cd5cb2ee305b 100644 --- a/x11-toolkits/qwt6/Makefile +++ b/x11-toolkits/qwt6/Makefile @@ -20,7 +20,6 @@ USE_GMAKE= yes QMAKE_ARGS+= -unix -recursive PREFIX=${PREFIX} HAS_CONFIGURE= yes USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes OPTIONS= DESIGNER_PLUGIN "Install plugin for Qt Designer" on |