diff options
author | Maho Nakata <maho@FreeBSD.org> | 2006-04-24 12:28:51 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2006-04-24 12:28:51 +0000 |
commit | 3aff1c13f8d26c7765b051d1295f021ce74037fc (patch) | |
tree | 3a22f1488c6d086a1e1e17d46afa0f857a0ecf68 /editors/openoffice.org-2-devel | |
parent | 06b2bb4729aa0b3a645ab07fc55a5f01cf44295a (diff) | |
download | ports-3aff1c13f8d26c7765b051d1295f021ce74037fc.tar.gz ports-3aff1c13f8d26c7765b051d1295f021ce74037fc.zip |
Notes
Diffstat (limited to 'editors/openoffice.org-2-devel')
-rw-r--r-- | editors/openoffice.org-2-devel/files/Makefile.knobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-2-devel/files/Makefile.knobs b/editors/openoffice.org-2-devel/files/Makefile.knobs index 5645c9a1a859..c4a0a84ac1c9 100644 --- a/editors/openoffice.org-2-devel/files/Makefile.knobs +++ b/editors/openoffice.org-2-devel/files/Makefile.knobs @@ -4,7 +4,7 @@ .if !defined(WITH_GNUGCJ) CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home=${LOCALBASE}/ant -else +.else CONFIGURE_ARGS+= --with-jdk-home="${WRKDIR}/gnugcj" --with-java=gij --with-ant-home="${WRKDIR}/apache-ant-${ANT_VERSION}" .endif |