summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2012-06-07 12:36:35 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2012-06-07 12:36:35 +0000
commit405f1268c4fa1922da7341a5c42ec968167d1bbd (patch)
treede2afa23782651a4d9f05740c21c68d7cde504e4 /audio
parent- Update to 0.6.0 (diff)
- Mark MAKE_JOBS_UNSAFE, it tends to fail in threaded build somewhere around all.h generation
- Release maintainership, I don't really use it
Notes
Notes: svn path=/head/; revision=298689
Diffstat (limited to 'audio')
-rw-r--r--audio/musescore/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/musescore/Makefile b/audio/musescore/Makefile
index 67f30d401c05..53a76eb95328 100644
--- a/audio/musescore/Makefile
+++ b/audio/musescore/Makefile
@@ -12,7 +12,7 @@ CATEGORIES= audio
MASTER_SITES= SF/mscore/mscore/MuseScore-${PORTVERSION}
DISTNAME= mscore-${PORTVERSION}
-MAINTAINER= amdmi3@FreeBSD.org
+MAINTAINER= ports@FreeBSD.org
COMMENT= Free music composition & notation software
LIB_DEPENDS= asound.2:${PORTSDIR}/audio/alsa-lib \
@@ -24,7 +24,7 @@ USE_BZIP2= yes
USE_CMAKE= yes
USE_QT4= corelib gui network svg xml script scripttools designer webkit \
qmake_build moc_build uic_build linguist_build rcc_build
-MAKE_JOBS_SAFE= yes
+MAKE_JOBS_UNSAFE= yes
CMAKE_SOURCE_PATH= ${WRKSRC}/mscore
CMAKE_OUTSOURCE= yes