aboutsummaryrefslogtreecommitdiffstats
path: root/editors/openoffice-3
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2010-02-19 17:43:21 +0800
committermaho <maho@FreeBSD.org>2010-02-19 17:43:21 +0800
commitce6f52b75b35e13419367347d259b9e933c6ef40 (patch)
treef65ad62cde456d44f8d94a79aaf9749c7ec4290c /editors/openoffice-3
parente9058361d2d8dfe5d3fd7b7684b50ee7bc003f7b (diff)
downloadfreebsd-ports-gnome-ce6f52b75b35e13419367347d259b9e933c6ef40.tar.gz
freebsd-ports-gnome-ce6f52b75b35e13419367347d259b9e933c6ef40.tar.zst
freebsd-ports-gnome-ce6f52b75b35e13419367347d259b9e933c6ef40.zip
reduce depenedencies on cups-base
PR: 134773 Submitted by: dirk.meyer@dinoex.sub.org Feature safe: yes
Diffstat (limited to 'editors/openoffice-3')
-rw-r--r--editors/openoffice-3/files/Makefile.knobs2
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