diff options
author | mbr <mbr@FreeBSD.org> | 2002-06-05 02:52:20 +0800 |
---|---|---|
committer | mbr <mbr@FreeBSD.org> | 2002-06-05 02:52:20 +0800 |
commit | 43bca88d6e438c12ab78c5edb96dd0fa890eb387 (patch) | |
tree | ba99a591a8712c3ee32602d66d0de9183471db42 /editors/openoffice-1.0 | |
parent | 301836d98d4dbf19a7eb68e7ce43a7f8648cdcfc (diff) | |
download | freebsd-ports-gnome-43bca88d6e438c12ab78c5edb96dd0fa890eb387.tar.gz freebsd-ports-gnome-43bca88d6e438c12ab78c5edb96dd0fa890eb387.tar.zst freebsd-ports-gnome-43bca88d6e438c12ab78c5edb96dd0fa890eb387.zip |
We finally made it possible. With the new bridge code from Alexander,
OpenOffice works now (on STABLE). Thanks goes to the following people
which helped me a lot :
Tim Tretyak <timothy@umc.com.ua>
Alexander Kabaev <ak03@gte.com>
Carlos F. A. Paniago <pan@panix.ecof.org.br>
Diffstat (limited to 'editors/openoffice-1.0')
-rw-r--r-- | editors/openoffice-1.0/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editors/openoffice-1.0/Makefile b/editors/openoffice-1.0/Makefile index 682a6ae73202..b538456a9f0b 100644 --- a/editors/openoffice-1.0/Makefile +++ b/editors/openoffice-1.0/Makefile @@ -16,9 +16,6 @@ MASTER_SITES= ftp://sunsite.cnlab-switch.ch/mirror/OpenOffice/${PORTVERSION}/ \ http://people.freebsd.org/~mbr/distfiles/ DISTFILES= OOo_${PORTVERSION}_source.tar.bz2 gpc231.tar.Z -BROKEN= "Compiles and installs ok. Gcc bugs and a system rtld-elf bug make it coredumping." \ - "We have to fix that first. Please be patient."; - .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 |