diff options
author | maho <maho@FreeBSD.org> | 2006-09-08 05:43:21 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-09-08 05:43:21 +0800 |
commit | dc6f0b958931480ebcca1a4314c880dca48bb39e (patch) | |
tree | a7813568ed23efdd6f6f8bf9d19c3557ce5f37f1 /editors/openoffice.org-2.0-devel | |
parent | dc06bdda9afec2eb487d097ffdb2e5a94d1aff60 (diff) | |
download | freebsd-ports-gnome-dc6f0b958931480ebcca1a4314c880dca48bb39e.tar.gz freebsd-ports-gnome-dc6f0b958931480ebcca1a4314c880dca48bb39e.tar.zst freebsd-ports-gnome-dc6f0b958931480ebcca1a4314c880dca48bb39e.zip |
Location of ant home has been changed.
Submitted by: Jona Joachim <jaj13@web.de>
Diffstat (limited to 'editors/openoffice.org-2.0-devel')
-rw-r--r-- | editors/openoffice.org-2.0-devel/files/Makefile.knobs | 2 |
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 |