diff options
author | hira <hira@pkgsrc.org> | 2009-05-10 03:41:22 +0000 |
---|---|---|
committer | hira <hira@pkgsrc.org> | 2009-05-10 03:41:22 +0000 |
commit | f8ff623e56f17d6cf785631670ed483acdbff5d7 (patch) | |
tree | b07389f6092b131a98309b24dd5e7dca732a0688 /misc | |
parent | 7f95da401bb28a7c3f4417e2cadd7b5c28bc7553 (diff) | |
download | pkgsrc-f8ff623e56f17d6cf785631670ed483acdbff5d7.tar.gz |
Remove CONFIGURE_ARGS which was committed accidentally.
Diffstat (limited to 'misc')
-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 |