aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2011-10-27 02:03:38 +0000
committerEitan Adler <eadler@FreeBSD.org>2011-10-27 02:03:38 +0000
commit44e67a2750e62e6594d3ad1c8e5a63b55c3813c3 (patch)
tree20a2e77ce4b5ae732b4f55774d325267fdc4cef0 /graphics
parentb43f5ea88ed701d16b2c04716d376ba408d864c1 (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/Makefile2
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