diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-02-19 00:34:46 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-02-19 00:34:46 +0000 |
commit | 3cdd41a22de8b96fb18479209f02c08665e2b0b1 (patch) | |
tree | ff36d9c6634053ddcc6520fe260fc506dec2c42e /editors/openoffice-3/files | |
parent | 063103b88a4a136553ba9326342798a4592795ef (diff) |
remove run dependency on qt4 moc
PR: 144072
Submitted by: makc
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250057
Diffstat (limited to 'editors/openoffice-3/files')
-rw-r--r-- | editors/openoffice-3/files/Makefile.knobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index 7a34157b5ca0..b6ca43787fef 100644 --- a/editors/openoffice-3/files/Makefile.knobs +++ b/editors/openoffice-3/files/Makefile.knobs @@ -6,7 +6,7 @@ CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home="${LOCALBASE}/sh .if defined(WITH_KDE4) CONFIGURE_ARGS+= --enable-kde4 QT4DIR="${QT_PREFIX}" QT4LIB="${QT_LIBDIR}" QT4INC="${QT_INCDIR}" KDE4DIR="${KDE4_PREFIX}" -QT_COMPONENTS+= moc +QT_COMPONENTS+= moc_build .endif .if defined(WITH_KDE) |