diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-11-23 22:55:53 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-11-23 22:55:53 +0000 |
commit | ca19b46d2571c5eb427f4d7ce221944c3526a20c (patch) | |
tree | 2cb9c69846a9105d09473a1e23ca239cc8f0d6f4 /editors/openoffice.org-2.0-devel | |
parent | Fix broken install with WRKDIRPREFIX defined. (diff) |
Mark this port broken til we have a solution.
Notes
Notes:
svn path=/head/; revision=70911
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r-- | editors/openoffice.org-2.0-devel/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editors/openoffice.org-2.0-devel/Makefile b/editors/openoffice.org-2.0-devel/Makefile index 183b40725c44..fad6b935684d 100644 --- a/editors/openoffice.org-2.0-devel/Makefile +++ b/editors/openoffice.org-2.0-devel/Makefile @@ -21,6 +21,8 @@ DISTFILES+= oo_${PORTVERSION}_src.tar.bz2 neon.tgz:moz \ DISTFILES+= ${L10NHELP:S/$/:help/} .endif +BROKEN= "Does not work anymore. soffice.bin segfaults" + SORT?= /usr/bin/sort FIND?= /usr/bin/find CUT?= /usr/bin/cut |