diff options
Diffstat (limited to 'editors/openoffice-3/files/Makefile.knobs')
-rw-r--r-- | editors/openoffice-3/files/Makefile.knobs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice-3/files/Makefile.knobs b/editors/openoffice-3/files/Makefile.knobs index b6ca43787fef..57c658657278 100644 --- a/editors/openoffice-3/files/Makefile.knobs +++ b/editors/openoffice-3/files/Makefile.knobs @@ -16,7 +16,7 @@ CONFIGURE_ARGS+= --enable-kde QTDIR="${QT_PREFIX}" .if defined(WITHOUT_CUPS) CONFIGURE_ARGS+= --enable-cups=no .else -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client CONFIGURE_ARGS+= --enable-cups=yes .endif |