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/muttprint | |
parent | a4a16bd2bb723c5e2015bc1bb737325f84264229 (diff) | |
download | ports-c743ce2ba2e22292212abad76fd94050224743ba.tar.gz ports-c743ce2ba2e22292212abad76fd94050224743ba.zip |
- Depend on cups-base instead of cups-lpr if WITH_CUPS is defined
Reported by: Sergey Akifyev
Notes
Notes:
svn path=/head/; revision=166117
Diffstat (limited to 'print/muttprint')
-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 |