aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice.org-3-devel
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2010-02-19 08:34:46 +0800
committermaho <maho@FreeBSD.org>2010-02-19 08:34:46 +0800
commite9fdbcb36c5d0f00a7758f0a3da18a8f48f12665 (patch)
treefa65a6c6522859590f96a0e342c4402f5255959c /editors/openoffice.org-3-devel
parent491d34cae2948deb171ecc0c2027f58a7996186b (diff)
downloadfreebsd-ports-gnome-e9fdbcb36c5d0f00a7758f0a3da18a8f48f12665.tar.gz
freebsd-ports-gnome-e9fdbcb36c5d0f00a7758f0a3da18a8f48f12665.tar.zst
freebsd-ports-gnome-e9fdbcb36c5d0f00a7758f0a3da18a8f48f12665.zip
remove run dependency on qt4 moc
PR: 144072 Submitted by: makc Feature safe: yes
Diffstat (limited to 'editors/openoffice.org-3-devel')
-rw-r--r--editors/openoffice.org-3-devel/files/Makefile.knobs2
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 a7f5653a88f1..632c042f475b 100644
--- a/editors/openoffice.org-3-devel/files/Makefile.knobs
+++ b/editors/openoffice.org-3-devel/files/Makefile.knobs
@@ -9,7 +9,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)