diff options
author | eadler <eadler@FreeBSD.org> | 2011-10-27 10:03:38 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2011-10-27 10:03:38 +0800 |
commit | bdd118464149223a9eeafa2d42b40d33d301cb02 (patch) | |
tree | 160779c0fd3e34de0ccf2a7f3109e053efd5c450 /graphics/epdfview | |
parent | 16319c38de3fbf613a75a2f1d19e9d854b3fd3fd (diff) | |
download | freebsd-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/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 |