diff options
author | Oliver Braun <obraun@FreeBSD.org> | 2003-05-11 17:30:48 +0000 |
---|---|---|
committer | Oliver Braun <obraun@FreeBSD.org> | 2003-05-11 17:30:48 +0000 |
commit | 569e9c48747d4891f0dba745771db42eab0a4df3 (patch) | |
tree | f15199065f300a8188bd348824beecbb46b95b58 /print/muttprint | |
parent | cc56110c89560d34a2550221d51e3a2871d463e3 (diff) |
Notes
Diffstat (limited to 'print/muttprint')
-rw-r--r-- | print/muttprint/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/print/muttprint/Makefile b/print/muttprint/Makefile index 4b23f0807b17..be9948130e74 100644 --- a/print/muttprint/Makefile +++ b/print/muttprint/Makefile @@ -7,6 +7,7 @@ PORTNAME= muttprint PORTVERSION= 0.70 +PORTREVISION= 1 CATEGORIES= print mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= muttprint @@ -22,7 +23,8 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ psnup:${PORTSDIR}/print/psutils-${PAPERSIZE} \ uncompface:${PORTSDIR}/mail/faces \ convert:${PORTSDIR}/graphics/ImageMagick \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp USE_REINPLACE= yes REINPLACE_ARGS= -i "" |