diff options
Diffstat (limited to 'www/MT')
-rw-r--r-- | www/MT/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/MT/Makefile b/www/MT/Makefile index 989fc420cdc3..7d24e88f5918 100644 --- a/www/MT/Makefile +++ b/www/MT/Makefile @@ -7,7 +7,7 @@ PORTNAME= MT PORTVERSION= 4.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www MASTER_SITES= http://www.movabletype.org/downloads/ DISTNAME= MTOS-${PORTVERSION}-en @@ -25,7 +25,8 @@ RUN_DEPENDS+= ${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \ ${SITE_PERL}/${PERL_ARCH}/Image/Magick.pm:${PORTSDIR}/graphics/ImageMagick \ ${SITE_PERL}/Crypt/DSA.pm:${PORTSDIR}/security/p5-Crypt-DSA \ ${SITE_PERL}/Mail/Sendmail.pm:${PORTSDIR}/mail/p5-Mail-Sendmail \ - ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip + ${SITE_PERL}/Archive/Zip.pm:${PORTSDIR}/archivers/p5-Archive-Zip \ + ${SITE_PERL}/Archive/Tar.pm:${PORTSDIR}/archivers/p5-Archive-Tar .endif DATADIR= www/data |