diff options
author | Maho Nakata <maho@FreeBSD.org> | 2010-02-19 09:43:21 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2010-02-19 09:43:21 +0000 |
commit | 8ab7075dda45ef64687d5bb18c220bf73d5bc05f (patch) | |
tree | ec6a331a94247839e08b6de1bbc65c5b4aefd00c /editors/openoffice.org-vcltesttool/Makefile | |
parent | f7d83cb191e408fa97ce885d85999998b1c66ad5 (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/openoffice.org-vcltesttool/Makefile')
-rw-r--r-- | editors/openoffice.org-vcltesttool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |