diff options
author | obraun <obraun@FreeBSD.org> | 2003-05-12 01:30:48 +0800 |
---|---|---|
committer | obraun <obraun@FreeBSD.org> | 2003-05-12 01:30:48 +0800 |
commit | 5cd3c72bc3285295d6ed7865a292022a3a3f8379 (patch) | |
tree | b69337aa850b46b72b895b4130cbc2f62bc41d3a /print | |
parent | 119127f9d1efec91cd540ce134c93e17052a4197 (diff) | |
download | freebsd-ports-gnome-5cd3c72bc3285295d6ed7865a292022a3a3f8379.tar.gz freebsd-ports-gnome-5cd3c72bc3285295d6ed7865a292022a3a3f8379.tar.zst freebsd-ports-gnome-5cd3c72bc3285295d6ed7865a292022a3a3f8379.zip |
* Add dependecy on devel/p5-File-Temp.
* Bump PORTREVISION.
PR: ports/52020
Submitted by: Alex Semenyaka <alexs@ratmir.ru>
Diffstat (limited to 'print')
-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 "" |