diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-02-19 09:43:21 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-02-19 09:43:21 +0000 |
commit | 8ab7075dda45ef64687d5bb18c220bf73d5bc05f (patch) | |
tree | ec6a331a94247839e08b6de1bbc65c5b4aefd00c /editors/openoffice-3 | |
parent | f7d83cb191e408fa97ce885d85999998b1c66ad5 (diff) |
reduce depenedencies on cups-base
PR: 134773
Submitted by: dirk.meyer@dinoex.sub.org
Feature safe: yes
Notes
Notes:
svn path=/head/; revision=250063
Diffstat (limited to 'editors/openoffice-3')
-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 |