summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0-devel/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2006-04-24 12:28:51 +0000
committerMaho Nakata <maho@FreeBSD.org>2006-04-24 12:28:51 +0000
commit3aff1c13f8d26c7765b051d1295f021ce74037fc (patch)
tree3a22f1488c6d086a1e1e17d46afa0f857a0ecf68 /editors/openoffice.org-2.0-devel/files
parentFix libtool-handling. Bump PORTREVISION since the old version will produce (diff)
Fix by adding `.' of .else
Submitted by: freshports sanity check
Notes
Notes: svn path=/head/; revision=160309
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 5645c9a1a859..c4a0a84ac1c9 100644
--- a/editors/openoffice.org-2.0-devel/files/Makefile.knobs
+++ b/editors/openoffice.org-2.0-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