diff options
author | pat <pat@FreeBSD.org> | 2002-06-11 04:52:34 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-06-11 04:52:34 +0800 |
commit | 90c0a3d45850ab80eab186e82bbdf85750ab07d4 (patch) | |
tree | 719267a254c32f77ef6314f2e071329ac80434eb /mail | |
parent | a18334b3b8f1a4cd3772d72a6f89b429a52f7267 (diff) | |
download | freebsd-ports-gnome-90c0a3d45850ab80eab186e82bbdf85750ab07d4.tar.gz freebsd-ports-gnome-90c0a3d45850ab80eab186e82bbdf85750ab07d4.tar.zst freebsd-ports-gnome-90c0a3d45850ab80eab186e82bbdf85750ab07d4.zip |
Add missing dependency - p5-MIME-Base64
PR: 38904
Submitted by: zhouer <zhouer@tfcis.org>
Approved by: maintainer
Diffstat (limited to 'mail')
-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 |