diff options
author | Maho Nakata <maho@FreeBSD.org> | 2012-12-12 00:32:41 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2012-12-12 00:32:41 +0000 |
commit | 508b2a1ebc9fb3431a3c80c2e7526c7dfbde9136 (patch) | |
tree | 8601ffe91083239b663c1212b45cf4fbc7a56f64 /editors/openoffice-3-devel | |
parent | - move to jdk7, and support configurable virtual machine arguments (diff) |
Use system luence.
Submitted by: pfg
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/openoffice-3-devel/Makefile b/editors/openoffice-3-devel/Makefile index e9a0316a879a..ac5f176d29f0 100644 --- a/editors/openoffice-3-devel/Makefile +++ b/editors/openoffice-3-devel/Makefile @@ -27,6 +27,7 @@ USE_GSTREAMER= yes #USE_GCC= 4.6+ USE_GMAKE= yes USE_PYTHON= yes +#PYTHON_VERSION= 3.2 USE_PERL5_BUILD= yes USE_BZIP2= yes WITHOUT_CPU_CFLAGS= true @@ -136,6 +137,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \ ${JAVALIBDIR}/junit.jar:${PORTSDIR}/java/junit \ ${JAVALIBDIR}/commons-httpclient.jar:${PORTSDIR}/java/jakarta-commons-httpclient \ ${JAVALIBDIR}/commons-lang.jar:${PORTSDIR}/java/jakarta-commons-lang \ + ${JAVALIBDIR}/lucene-core-3.6.1.jar:${PORTSDIR}/textproc/lucene \ ${JAVALIBDIR}/bsh.jar:${PORTSDIR}/lang/bsh \ ${JAVALIBDIR}/saxon9.jar:${PORTSDIR}/textproc/saxon-devel \ epm:${PORTSDIR}/devel/epm \ @@ -185,6 +187,9 @@ CONFIGURE_ARGS+= --enable-verbose \ --with-commons-lang-jar=${JAVALIBDIR}/commons-lang.jar \ --with-commons-httpclient-jar=${JAVALIBDIR}/commons-httpclient.jar \ --with-commons-logging-jar=${JAVALIBDIR}/commons-logging.jar \ + --with-system-lucene \ + --with-lucene-core-jar=${JAVALIBDIR}/lucene-core-3.6.1.jar \ + --with-lucene-analyzers-jar=${JAVALIBDIR}/lucene-analyzers-3.6.1.jar \ --with-junit=${LOCALBASE}/share/java/classes/junit.jar \ --with-package-format="archive" \ --enable-gstreamer \ |