diff options
author | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2012-06-30 05:52:54 +0000 |
commit | 3982ced0ba5fd81925a7c8eb0ec335313cbf01bb (patch) | |
tree | b6378413b022d42cf3b4b1c7087c1f58ebe6f7a2 /print/muttprint | |
parent | 996f1f37d7200b0f26202b8f2e8a0e65943d1b3a (diff) | |
download | ports-3982ced0ba5fd81925a7c8eb0ec335313cbf01bb.tar.gz ports-3982ced0ba5fd81925a7c8eb0ec335313cbf01bb.zip |
Notes
Diffstat (limited to 'print/muttprint')
-rw-r--r-- | print/muttprint/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |