summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-2.0/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2005-04-24 13:23:15 +0000
committerMaho Nakata <maho@FreeBSD.org>2005-04-24 13:23:15 +0000
commit8feb20878442d59ba4e75df41d5acd88dc9aa546 (patch)
tree8748c3ac7e4a58730838b8fa36951ec34806309e /editors/openoffice.org-2.0/files
parentUpdate to 0.6.5 (diff)
update to 1.9m86
1. -DWITH_CUPS seems to be unstable, now it is not default 2. Fix build issue with -DWITH_KDEbut fixed by another method, since patch submitters doesn't sign to Joint Copyright Assignment. PR: 78141 (2) Submitted by: Pawel Wieleba <P.Wieleba@iem.pw.edu.pl> (2) and also mentioned by many people
Notes
Notes: svn path=/head/; revision=134051
Diffstat (limited to 'editors/openoffice.org-2.0/files')
-rw-r--r--editors/openoffice.org-2.0/files/Makefile.knobs4
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/openoffice.org-2.0/files/Makefile.knobs b/editors/openoffice.org-2.0/files/Makefile.knobs
index aa4b7dcf9104..e27c8d6c5e87 100644
--- a/editors/openoffice.org-2.0/files/Makefile.knobs
+++ b/editors/openoffice.org-2.0/files/Makefile.knobs
@@ -9,9 +9,7 @@ CONFIGURE_ARGS+= --with-jdk-home="${JAVA_HOME}" --with-ant-home=${LOCALBASE}/ant
.endif
.if defined(WITH_KDE)
-BUILD_DEPENDS= qmake:${PORTSDIR}/devel/qmake
-USE_QT_VER= 3
-CONFIGURE_ARGS+= --enable-kde
+CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}"
.endif
.if defined(WITH_CUPS)