diff options
author | joerg <joerg@pkgsrc.org> | 2014-09-26 13:39:34 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-09-26 13:39:34 +0000 |
commit | 1aa370bc7507e82ce2eab6cda8bd844a8bfe699c (patch) | |
tree | 7cfa80d97614dfe32bb52412ac109b44adb4f678 /misc | |
parent | 9f6350773df056cffcd477495d0d3835afa45e37 (diff) | |
download | pkgsrc-1aa370bc7507e82ce2eab6cda8bd844a8bfe699c.tar.gz |
Mark explicitly as broken due to incompatibility with current versions
of libwpg and co.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/libreoffice/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/libreoffice/Makefile b/misc/libreoffice/Makefile index c4967b4fe9a..161f87fe867 100644 --- a/misc/libreoffice/Makefile +++ b/misc/libreoffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2014/08/13 10:57:37 adam Exp $ +# $NetBSD: Makefile,v 1.54 2014/09/26 13:39:34 joerg Exp $ VER= 3.5.6.2 DISTNAME= libreoffice-${VER} @@ -9,6 +9,8 @@ MASTER_SITES= http://download.documentfoundation.org/libreoffice/src/3.5.6/ \ http://dev-www.libreoffice.org/src/ \ http://www.numbertext.org/linux/ +BROKEN= Compatible version of libwpg and friends missing + MAINTAINER= ftigeot@wolfpond.org HOMEPAGE= http://www.libreoffice.org/ COMMENT= Office productivity suite |