diff options
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 aa4b7dc..e27c8d6 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) |