1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00

- Depend on cups-base instead of cups-lpr if WITH_CUPS is defined

Reported by:	Sergey Akifyev
This commit is contained in:
Michael Johnson 2006-06-23 13:30:26 +00:00
parent a4a16bd2bb
commit c743ce2ba2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166117

View File

@ -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