diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2011-10-27 02:03:38 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2011-10-27 02:03:38 +0000 |
commit | 44e67a2750e62e6594d3ad1c8e5a63b55c3813c3 (patch) | |
tree | 20a2e77ce4b5ae732b4f55774d325267fdc4cef0 /graphics | |
parent | b43f5ea88ed701d16b2c04716d376ba408d864c1 (diff) |
- only cups-client is required, not cups-base
PR: ports/160664
Submitted by: "4720@hushmail.com" <4720@hushmail.com>
Approved by: maintainer timeout (6 weeks)
Approved by: bapt,sahil (mentors, implicit)
Notes
Notes:
svn path=/head/; revision=284405
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/epdfview/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/epdfview/Makefile b/graphics/epdfview/Makefile index 138e3e2e2860..3a5e6bef471c 100644 --- a/graphics/epdfview/Makefile +++ b/graphics/epdfview/Makefile @@ -38,7 +38,7 @@ MAN1= epdfview.1 .if defined(WITH_CUPS) CONFIGURE_ARGS+=--with-cups -LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-base +LIB_DEPENDS+= cups.2:${PORTSDIR}/print/cups-client .else CONFIGURE_ARGS+=--without-cups .endif |