From ce6f52b75b35e13419367347d259b9e933c6ef40 Mon Sep 17 00:00:00 2001 From: maho Date: Fri, 19 Feb 2010 09:43:21 +0000 Subject: reduce depenedencies on cups-base PR: 134773 Submitted by: dirk.meyer@dinoex.sub.org Feature safe: yes --- editors/openoffice-3/files/Makefile.knobs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editors/openoffice-3') 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 -- cgit