diff options
author | maho <maho@FreeBSD.org> | 2006-04-24 20:28:51 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2006-04-24 20:28:51 +0800 |
commit | c033cd92b1f8e5f1035949cf90df13ac6d4c5ca5 (patch) | |
tree | 456e9d135877128d619478a5f30f5c5a64ed9458 /editors/openoffice.org-3-devel | |
parent | eb02babb344c8a61b1c1be792297828e78a0e04e (diff) | |
download | freebsd-ports-gnome-c033cd92b1f8e5f1035949cf90df13ac6d4c5ca5.tar.gz freebsd-ports-gnome-c033cd92b1f8e5f1035949cf90df13ac6d4c5ca5.tar.zst freebsd-ports-gnome-c033cd92b1f8e5f1035949cf90df13ac6d4c5ca5.zip |
Fix by adding `.' of .else
Submitted by: freshports sanity check
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r-- | editors/openoffice.org-3-devel/files/Makefile.knobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-devel/files/Makefile.knobs b/editors/openoffice.org-3-devel/files/Makefile.knobs index 5645c9a1a859..c4a0a84ac1c9 100644 --- a/editors/openoffice.org-3-devel/files/Makefile.knobs +++ b/editors/openoffice.org-3-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 |