diff options
Diffstat (limited to 'misc/openoffice2/Makefile')
-rw-r--r-- | misc/openoffice2/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/misc/openoffice2/Makefile b/misc/openoffice2/Makefile index 4928f5c5d4d..3db4895fce0 100644 --- a/misc/openoffice2/Makefile +++ b/misc/openoffice2/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.19 2007/06/10 04:55:06 hira Exp $ +# $NetBSD: Makefile,v 1.20 2007/06/14 14:31:12 hira Exp $ # OO_VER= 2.2.0 -PKGREVISION= 4 +PKGREVISION= 5 DISTNAME= openoffice-${OO_VER} PKGNAME= openoffice2-${OO_VER} CATEGORIES= misc @@ -63,6 +63,9 @@ CONFIGURE_ARGS+= --enable-epm --with-package-format=portable # XXX: Error in OOo internal libsndfile. CONFIGURE_ARGS+= --disable-pasf --without-nas +# systray quickstarter is broken with mutex handling. +CONFIGURE_ARGS+= --disable-systray + # Disable Java. CONFIGURE_ARGS+= --without-java --disable-odk --disable-gcjaot |