summaryrefslogtreecommitdiff
path: root/editors
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
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 'editors')
-rw-r--r--editors/openoffice-3-devel/files/Makefile.knobs2
-rw-r--r--editors/openoffice-3/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-2/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-3-RC/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-3-devel/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-3/files/Makefile.knobs2
-rw-r--r--editors/openoffice.org-vcltesttool/Makefile2
7 files changed, 7 insertions, 7 deletions
diff --git a/editors/openoffice-3-devel/files/Makefile.knobs b/editors/openoffice-3-devel/files/Makefile.knobs
index 632c042f475b..e16cc9caa208 100644
--- a/editors/openoffice-3-devel/files/Makefile.knobs
+++ b/editors/openoffice-3-devel/files/Makefile.knobs
@@ -19,7 +19,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
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
diff --git a/editors/openoffice.org-2/files/Makefile.knobs b/editors/openoffice.org-2/files/Makefile.knobs
index 3f9d19ba5f93..25466b03b8a4 100644
--- a/editors/openoffice.org-2/files/Makefile.knobs
+++ b/editors/openoffice.org-2/files/Makefile.knobs
@@ -13,7 +13,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
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
diff --git a/editors/openoffice.org-3-devel/files/Makefile.knobs b/editors/openoffice.org-3-devel/files/Makefile.knobs
index 632c042f475b..e16cc9caa208 100644
--- a/editors/openoffice.org-3-devel/files/Makefile.knobs
+++ b/editors/openoffice.org-3-devel/files/Makefile.knobs
@@ -19,7 +19,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
diff --git a/editors/openoffice.org-3/files/Makefile.knobs b/editors/openoffice.org-3/files/Makefile.knobs
index b6ca43787fef..57c658657278 100644
--- a/editors/openoffice.org-3/files/Makefile.knobs
+++ b/editors/openoffice.org-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
diff --git a/editors/openoffice.org-vcltesttool/Makefile b/editors/openoffice.org-vcltesttool/Makefile
index 0ab86d8fb52f..6a9363f02877 100644
--- a/editors/openoffice.org-vcltesttool/Makefile
+++ b/editors/openoffice.org-vcltesttool/Makefile
@@ -87,7 +87,7 @@ BUILD_DEPENDS+= zip:${PORTSDIR}/archivers/zip \
ant:${PORTSDIR}/devel/apache-ant
LIB_DEPENDS+= art_lgpl_2:${PORTSDIR}/graphics/libart_lgpl
-LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base
+LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client
USE_BISON= build
GNU_CONFIGURE= yes