diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-06-10 20:52:34 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-06-10 20:52:34 +0000 |
commit | 130d72fe7f8d0411b694eb16e6c4f78d960d7e92 (patch) | |
tree | 94820436abd285eda72e8df2dc7d7a3da0359441 /mail/openwebmail | |
parent | - Update to 0.76.10 (diff) |
Add missing dependency - p5-MIME-Base64
PR: 38904
Submitted by: zhouer <zhouer@tfcis.org>
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=61073
Diffstat (limited to '')
-rw-r--r-- | mail/openwebmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/openwebmail/Makefile b/mail/openwebmail/Makefile index 0e9f6d6ec84a..e1a89de5483c 100644 --- a/mail/openwebmail/Makefile +++ b/mail/openwebmail/Makefile @@ -14,7 +14,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= leeym@leeym.com RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ - ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ + ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 NO_BUILD= yes NO_WRKSUBDIR= yes |