diff options
author | Alex Kozlov <ak@FreeBSD.org> | 2013-08-15 06:35:50 +0800 |
---|---|---|
committer | Alex Kozlov <ak@FreeBSD.org> | 2013-08-15 06:35:50 +0800 |
commit | d4041784dc51fbd5b1e6a77c341ba00b18e4cd60 (patch) | |
tree | e9aa43bc0924dc359b2756757c2c0994f118aa35 /math/qtoctave | |
parent | 702abdca4ef62ef60af2ad91e5ef063c02599bd1 (diff) | |
download | freebsd-ports-gnome-d4041784dc51fbd5b1e6a77c341ba00b18e4cd60.tar.gz freebsd-ports-gnome-d4041784dc51fbd5b1e6a77c341ba00b18e4cd60.tar.zst freebsd-ports-gnome-d4041784dc51fbd5b1e6a77c341ba00b18e4cd60.zip |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
Diffstat (limited to 'math/qtoctave')
-rw-r--r-- | math/qtoctave/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/qtoctave/Makefile b/math/qtoctave/Makefile index f6b1090ef292..8ec59cb34f18 100644 --- a/math/qtoctave/Makefile +++ b/math/qtoctave/Makefile @@ -15,7 +15,6 @@ USE_QT4= designer gui network script svg xml \ linguist_build USES= cmake CMAKE_ARGS+= -DWITH_UseRPMTools:Bool=Off -MAKE_JOBS_SAFE= yes post-patch: ${REINPLACE_CMD} -e '/COMMAND "lrelease"/s,lrelease,$${QT_LRELEASE_EXECUTABLE},' \ |