diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 21:55:08 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-05-21 21:55:08 +0000 |
commit | fa7459871993c1b82be45b128cb6cc16d6d6097b (patch) | |
tree | f3de3615c4398425cec6e6c4d1a630f701a34d2d /audio/mixxx | |
parent | a379971cffb802fce69885970f1184f7228beb86 (diff) |
Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
Reported by: swills
Notes
Notes:
svn path=/head/; revision=441429
Diffstat (limited to 'audio/mixxx')
-rw-r--r-- | audio/mixxx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/mixxx/Makefile b/audio/mixxx/Makefile index e74a13584426..ee7efa59fc44 100644 --- a/audio/mixxx/Makefile +++ b/audio/mixxx/Makefile @@ -28,7 +28,8 @@ LIB_DEPENDS= libchromaprint.so:audio/chromaprint \ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -BROKEN_aarch64= Fails to compile: Exception("invalid machine type") +BROKEN_aarch64= fails to compile: Exception("invalid machine type") +BROKEN_powerpc64= fails to configure: unmet dependencies: Could not find libprotobuf, libchromaprint, libmp4, and libwavpack USES= scons iconv pkgconfig USE_QT4= corelib gui network opengl script scripttools sql svg \ |