diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2011-04-03 20:39:59 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2011-04-03 20:39:59 +0000 |
commit | b3343c6d330218000d30b9f855a61bd0364d540d (patch) | |
tree | 0da0c112b5ec874a2cdea7c59aa63c7ba60aee32 /science | |
parent | d7f8d1c9d675014608f3439e096be2385aba2472 (diff) |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/kst2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/kst2/Makefile b/science/kst2/Makefile index c81bea5862d1..33858a30493d 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -22,7 +22,7 @@ USE_QT_VER= 4 QT_COMPONENTS= gui xml designer svg opengl \ qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes -MAKE_JOBS_SAFE= yes +#MAKE_JOBS_SAFE= yes CMAKE_SOURCE_PATH= ${WRKSRC}/cmake CMAKE_ARGS+= -Dkst_install_prefix=${PREFIX} |