diff options
author | maho <maho@FreeBSD.org> | 2010-07-17 07:52:02 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-07-17 07:52:02 +0800 |
commit | eca28c68f28e963cead1ade116d7b0ce2d731a3c (patch) | |
tree | 8ba84a24088859e32ab52f16548b1a6f1e5cecc0 | |
parent | 54fcc97d55e9510707c7ed11f38e247b7dd9e3a5 (diff) | |
download | freebsd-ports-gnome-eca28c68f28e963cead1ade116d7b0ce2d731a3c.tar.gz freebsd-ports-gnome-eca28c68f28e963cead1ade116d7b0ce2d731a3c.tar.zst freebsd-ports-gnome-eca28c68f28e963cead1ade116d7b0ce2d731a3c.zip |
remove unncessary space
-rw-r--r-- | editors/openoffice-3-devel/files/Makefile.knobs | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/Makefile.knobs | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/editors/openoffice.org-3-devel/files/Makefile.knobs b/editors/openoffice.org-3-devel/files/Makefile.knobs index 5693c70a021b..1f757d28cd65 100644 --- a/editors/openoffice.org-3-devel/files/Makefile.knobs +++ b/editors/openoffice.org-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 |