diff options
author | arved <arved@FreeBSD.org> | 2008-04-16 00:05:40 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2008-04-16 00:05:40 +0800 |
commit | 6487bf43a637b187f1b19394f2294d587a8d1a1a (patch) | |
tree | 45624201e770df7bad1f0087e695647a7269f6cf /www | |
parent | 0b0933c9100da999aad49ccc79a4aa53d2650321 (diff) | |
download | freebsd-ports-graphics-6487bf43a637b187f1b19394f2294d587a8d1a1a.tar.gz freebsd-ports-graphics-6487bf43a637b187f1b19394f2294d587a8d1a1a.tar.zst freebsd-ports-graphics-6487bf43a637b187f1b19394f2294d587a8d1a1a.zip |
Add a missing dependency
Bump PORTREVISION
Diffstat (limited to 'www')
-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 989fc420cdc..7d24e88f591 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 |