summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/Makefile.knobs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-02-19 00:34:46 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-02-19 00:34:46 +0000
commit3cdd41a22de8b96fb18479209f02c08665e2b0b1 (patch)
treeff36d9c6634053ddcc6520fe260fc506dec2c42e /editors/openoffice.org-3-RC/files/Makefile.knobs
parentRemove editors/openoffice.org-2-RC port. (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 '')
-rw-r--r--editors/openoffice.org-3-RC/files/Makefile.knobs2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/files/Makefile.knobs b/editors/openoffice.org-3-RC/files/Makefile.knobs
index 7a34157b5ca0..b6ca43787fef 100644
--- a/editors/openoffice.org-3-RC/files/Makefile.knobs
+++ b/editors/openoffice.org-3-RC/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)