diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-07 12:10:38 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2011-10-07 12:10:38 +0000 |
commit | 93d1226f9a7435e06b4ed8eba7e50159efab4513 (patch) | |
tree | b7c0acfea61dd9180c1e237b34e6eb793dc79563 /mail | |
parent | edaa931319778a3878052c576636ef499679d74a (diff) | |
download | ports-93d1226f9a7435e06b4ed8eba7e50159efab4513.tar.gz ports-93d1226f9a7435e06b4ed8eba7e50159efab4513.zip |
- Update RUN_DEPENDS: MIME::Base64 >= 3 is already in all supported Perl releases
- Bump PORTREVISION for dependency change
Notes
Notes:
svn path=/head/; revision=283114
Diffstat (limited to 'mail')
-rw-r--r-- | mail/openwebmail/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index a53e27e509a0..54c7d5eef2f9 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -7,7 +7,7 @@ PORTNAME= openwebmail PORTVERSION= 2.53 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= mail MASTER_SITES= http://openwebmail.acatysmoof.com/download/%SUBDIR%/ \ http://openwebmail.org/openwebmail/download/%SUBDIR%/ @@ -16,8 +16,7 @@ MASTER_SITE_SUBDIR?= release MAINTAINER= ports@FreeBSD.org COMMENT= A webmail system designed to manage big mail folder files efficiently -RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \ - ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 +RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv USE_PERL5= yes NO_BUILD= yes |