From 7334f9e3595adca6e3037545ff416a5565658030 Mon Sep 17 00:00:00 2001 From: az Date: Sat, 30 Jun 2012 05:52:54 +0000 Subject: - Remove SITE_PERL from *_DEPENDS Approved by: portmgr@ (bapt@) --- print/muttprint/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index 026f43c2a47c..05a129e69d2e 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -24,8 +24,8 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} \ uncompface:${PORTSDIR}/mail/faces \ convert:${PORTSDIR}/graphics/ImageMagick \ - ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ - ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv + p5-TimeDate>=0:${PORTSDIR}/devel/p5-TimeDate \ + p5-Text-Iconv>=0:${PORTSDIR}/converters/p5-Text-Iconv .if defined(WITH_CUPS) RUN_DEPENDS+= cupstestppd:${PORTSDIR}/print/cups-base \ espgs:${PORTSDIR}/print/cups-pstoraster -- cgit