diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-09-07 21:43:21 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-09-07 21:43:21 +0000 |
commit | c9eee5901de6b3f515d33e95eedd4291fc64b905 (patch) | |
tree | 4e9cabd3e61005fa066f057f485091323be5134c /editors/openoffice.org-2-RC | |
parent | bfc8d463f68631108517b40f6773d962c31fdd52 (diff) | |
download | ports-c9eee5901de6b3f515d33e95eedd4291fc64b905.tar.gz ports-c9eee5901de6b3f515d33e95eedd4291fc64b905.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2-RC')
-rw-r--r-- | editors/openoffice.org-2-RC/files/Makefile.knobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-RC/files/Makefile.knobs b/editors/openoffice.org-2-RC/files/Makefile.knobs index 8abea94c74a2..69bfdd8d801a 100644 --- a/editors/openoffice.org-2-RC/files/Makefile.knobs +++ b/editors/openoffice.org-2-RC/files/Makefile.knobs @@ -3,7 +3,7 @@ # $FreeBSD$ .if !defined(WITH_GNUGCJ) -CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home=${LOCALBASE}/ant +CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home="${LOCALBASE}/share/java/apache-ant" .else CONFIGURE_ARGS+= --with-jdk-home="${LOCALBASE}/lib/jvm/java-gcj41" --with-java=gij --with-ant-home="${WRKDIR}/apache-ant-${ANT_VERSION}" .endif |