aboutsummaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2-RC/files/Makefile.knobs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-08-05 13:33:46 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-08-05 13:33:46 +0000
commit4391fbb1c7010d2f88547d2ef612879bc2779660 (patch)
tree161395d29c0e789bf14f04868f132fe9904d33a5 /editors/openoffice.org-2-RC/files/Makefile.knobs
parentc03db7e61f347cd013a08585e6f5f2e6197bf37d (diff)
downloadports-4391fbb1c7010d2f88547d2ef612879bc2779660.tar.gz
ports-4391fbb1c7010d2f88547d2ef612879bc2779660.zip
Notes
Diffstat (limited to 'editors/openoffice.org-2-RC/files/Makefile.knobs')
-rw-r--r--editors/openoffice.org-2-RC/files/Makefile.knobs2
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 a81647fbd583..8e007114522f 100644
--- a/editors/openoffice.org-2-RC/files/Makefile.knobs
+++ b/editors/openoffice.org-2-RC/files/Makefile.knobs
@@ -5,7 +5,7 @@
.if !defined(WITH_GNUGCJ)
CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home=${LOCALBASE}/ant
.else
-CONFIGURE_ARGS+= --with-jdk-home="${WRKDIR}/gnugcj" --with-java=gij --with-ant-home="${WRKDIR}/apache-ant-${ANT_VERSION}"
+CONFIGURE_ARGS+= --with-jdk-home="${LOCALBASE}/lib/jvm/java-gcj" --with-java=gij --with-ant-home="${WRKDIR}/apache-ant-${ANT_VERSION}"
.endif
.if defined(WITH_KDE)