aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/epdfview
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2011-10-27 10:03:38 +0800
committereadler <eadler@FreeBSD.org>2011-10-27 10:03:38 +0800
commitbdd118464149223a9eeafa2d42b40d33d301cb02 (patch)
tree160779c0fd3e34de0ccf2a7f3109e053efd5c450 /graphics/epdfview
parent16319c38de3fbf613a75a2f1d19e9d854b3fd3fd (diff)
downloadfreebsd-ports-gnome-bdd118464149223a9eeafa2d42b40d33d301cb02.tar.gz
freebsd-ports-gnome-bdd118464149223a9eeafa2d42b40d33d301cb02.tar.zst
freebsd-ports-gnome-bdd118464149223a9eeafa2d42b40d33d301cb02.zip
- 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)
Diffstat (limited to 'graphics/epdfview')
-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