aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3/files/Makefile.knobs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-09-07 21:43:21 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-09-07 21:43:21 +0000
commitc9eee5901de6b3f515d33e95eedd4291fc64b905 (patch)
tree4e9cabd3e61005fa066f057f485091323be5134c /editors/openoffice.org-3/files/Makefile.knobs
parentbfc8d463f68631108517b40f6773d962c31fdd52 (diff)
downloadports-c9eee5901de6b3f515d33e95eedd4291fc64b905.tar.gz
ports-c9eee5901de6b3f515d33e95eedd4291fc64b905.zip
Notes
Diffstat (limited to 'editors/openoffice.org-3/files/Makefile.knobs')
-rw-r--r--editors/openoffice.org-3/files/Makefile.knobs2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs
index 8abea94c74a2..69bfdd8d801a 100644
--- a/editors/openoffice.org-3/files/Makefile.knobs
+++ b/editors/openoffice.org-3/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