diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-04-24 13:23:15 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-04-24 13:23:15 +0000 |
commit | 8feb20878442d59ba4e75df41d5acd88dc9aa546 (patch) | |
tree | 8748c3ac7e4a58730838b8fa36951ec34806309e /editors/openoffice-3/files/Makefile.knobs | |
parent | 354b851e87289601741a3358a2935d75b52f5575 (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-3/files/Makefile.knobs')
-rw-r--r-- | editors/openoffice-3/files/Makefile.knobs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index aa4b7dcf9104..e27c8d6c5e87 100644 --- a/editors/openoffice-3/files/Makefile.knobs +++ b/editors/openoffice-3/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) |