diff options
author | maho <maho@FreeBSD.org> | 2010-02-19 17:43:21 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2010-02-19 17:43:21 +0800 |
commit | ce6f52b75b35e13419367347d259b9e933c6ef40 (patch) | |
tree | f65ad62cde456d44f8d94a79aaf9749c7ec4290c /editors | |
parent | e9058361d2d8dfe5d3fd7b7684b50ee7bc003f7b (diff) | |
download | freebsd-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')
-rw-r--r-- | editors/openoffice-3-devel/files/Makefile.knobs | 2 | ||||
-rw-r--r-- | editors/openoffice-3/files/Makefile.knobs | 2 | ||||
-rw-r--r-- | editors/openoffice.org-2/files/Makefile.knobs | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-RC/files/Makefile.knobs | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3-devel/files/Makefile.knobs | 2 | ||||
-rw-r--r-- | editors/openoffice.org-3/files/Makefile.knobs | 2 | ||||
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 2 |
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 |