summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files
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-2.0-devel/files
parent- Remove security/fpc-md5. It was renamed to security/fpc-hash (diff)
Location of ant home has been changed.
Submitted by: Jona Joachim <jaj13@web.de>
Notes
Notes: svn path=/head/; revision=172540
Diffstat (limited to 'editors/openoffice.org-2.0-devel/files')
-rw-r--r--editors/openoffice.org-2.0-devel/files/Makefile.knobs2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2.0-devel/files/Makefile.knobs b/editors/openoffice.org-2.0-devel/files/Makefile.knobs
index 8abea94c74a2..69bfdd8d801a 100644
--- a/editors/openoffice.org-2.0-devel/files/Makefile.knobs
+++ b/editors/openoffice.org-2.0-devel/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