diff options
Diffstat (limited to 'misc/openoffice3/Makefile')
-rw-r--r-- | misc/openoffice3/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/misc/openoffice3/Makefile b/misc/openoffice3/Makefile index 00075e20470..959c69e2750 100644 --- a/misc/openoffice3/Makefile +++ b/misc/openoffice3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2009/05/09 18:43:41 hira Exp $ +# $NetBSD: Makefile,v 1.32 2009/05/10 03:41:22 hira Exp $ # OO_VER= 3.1.0 @@ -114,13 +114,6 @@ CONFIGURE_ARGS+= --with-system-python CONFIGURE_ARGS+= --with-system-zlib CONFIGURE_ARGS+= --with-dynamic-xinerama -# Dictionaries -CONFIGURE_ARGS+= --without-myspell-dicts -CONFIGURE_ARGS+= --with-system-dicts -CONFIGURE_ARGS+= --with-external-dict-dir=${PREFIX}/share/hunspell -#CONFIGURE_ARGS+= --with-external-hyph-dir=${PREFIX}/share/hyphen -#CONFIGURE_ARGS+= --with-external-thes-dir=${PREFIX}/share/mythes - # Extensions CONFIGURE_ARGS+= --enable-minimizer CONFIGURE_ARGS+= --enable-presenter-console |