diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-06-23 13:30:26 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-06-23 13:30:26 +0000 |
commit | c743ce2ba2e22292212abad76fd94050224743ba (patch) | |
tree | df227998029c891aeafe385fdc7bd5f31fa3aa8b /print | |
parent | Update to the 20060622 snapshot of GCC 4.0.4. (diff) |
- Depend on cups-base instead of cups-lpr if WITH_CUPS is defined
Reported by: Sergey Akifyev
Diffstat (limited to 'print')
-rw-r--r-- | print/muttprint/Makefile | 2 |
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 |