aboutsummaryrefslogtreecommitdiffstats
path: root/print/muttprint
diff options
context:
space:
mode:
authorahze <ahze@FreeBSD.org>2006-06-23 21:30:26 +0800
committerahze <ahze@FreeBSD.org>2006-06-23 21:30:26 +0800
commit7a7bf515e1ef9f919488bb5f8c7aba9048426cd4 (patch)
tree939a8aa6ccf810f53e2e5beffd130a3ed773f474 /print/muttprint
parent1c9af7f9fdb32f0ad8bac5b7407d658b08ae077c (diff)
downloadfreebsd-ports-gnome-7a7bf515e1ef9f919488bb5f8c7aba9048426cd4.tar.gz
freebsd-ports-gnome-7a7bf515e1ef9f919488bb5f8c7aba9048426cd4.tar.zst
freebsd-ports-gnome-7a7bf515e1ef9f919488bb5f8c7aba9048426cd4.zip
- Depend on cups-base instead of cups-lpr if WITH_CUPS is defined
Reported by: Sergey Akifyev
Diffstat (limited to 'print/muttprint')
-rw-r--r--print/muttprint/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile
index 8bcf31963998..dce7baaac751 100644
--- a/print/muttprint/Makefile
+++ b/print/muttprint/Makefile
@@ -26,7 +26,7 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \
${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv
.if defined(WITH_CUPS)
-RUN_DEPENDS+= cupstestppd:${PORTSDIR}/print/cups-lpr \
+RUN_DEPENDS+= cupstestppd:${PORTSDIR}/print/cups-base \
espgs:${PORTSDIR}/print/cups-pstoraster
.endif