diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-07-16 23:52:02 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-07-16 23:52:02 +0000 |
commit | 25e7ad9e4ffe3c425acc88fa671bc189a2911595 (patch) | |
tree | e345fd20effa1bebb902810bc4ffa94e60416e53 /editors/openoffice-3-devel | |
parent | dfb694cfd7e6fe59b37d96557023700a166883cc (diff) |
remove unncessary space
Notes
Notes:
svn path=/head/; revision=257871
Diffstat (limited to 'editors/openoffice-3-devel')
-rw-r--r-- | editors/openoffice-3-devel/files/Makefile.knobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3-devel/files/Makefile.knobs b/editors/openoffice-3-devel/files/Makefile.knobs index 5693c70a021b..1f757d28cd65 100644 --- a/editors/openoffice-3-devel/files/Makefile.knobs +++ b/editors/openoffice-3-devel/files/Makefile.knobs @@ -11,7 +11,7 @@ CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home="${LOCALBASE}/sh CONFIGURE_ARGS+= --enable-kde4 QT4DIR="${QT_PREFIX}" QT4LIB="${QT_LIBDIR}" QT4INC="${QT_INCDIR}" KDE4DIR="${KDE4_PREFIX}" QT_COMPONENTS+= moc_build .endif - + .if defined(WITH_KDE) CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}" .endif |