summaryrefslogtreecommitdiff
path: root/editors/openoffice.org-3-RC/files/Makefile.knobs
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2010-02-19 09:43:21 +0000
committerMaho Nakata <maho@FreeBSD.org>2010-02-19 09:43:21 +0000
commit8ab7075dda45ef64687d5bb18c220bf73d5bc05f (patch)
treeec6a331a94247839e08b6de1bbc65c5b4aefd00c /editors/openoffice.org-3-RC/files/Makefile.knobs
parentUpdate to 0.45 (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 '')
-rw-r--r--editors/openoffice.org-3-RC/files/Makefile.knobs2
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/openoffice.org-3-RC/files/Makefile.knobs b/editors/openoffice.org-3-RC/files/Makefile.knobs
index b6ca43787fef..57c658657278 100644
--- a/editors/openoffice.org-3-RC/files/Makefile.knobs
+++ b/editors/openoffice.org-3-RC/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