diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-02 13:29:30 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-12-02 13:29:30 +0000 |
commit | 99266c47f57e5c87c8f87e097152e9f18e5f1e9b (patch) | |
tree | 01272dcb12159bf835affc42666351ea47afbfdc /mail/p5-Mojolicious-Plugin-Mail | |
parent | c49f60a339a29da0420d0485fbc0d63484d6ffcf (diff) |
Add two dependencies forgotten in the previous commit.
Pointy hat to: mat
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=402825
Diffstat (limited to 'mail/p5-Mojolicious-Plugin-Mail')
-rw-r--r-- | mail/p5-Mojolicious-Plugin-Mail/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/p5-Mojolicious-Plugin-Mail/Makefile b/mail/p5-Mojolicious-Plugin-Mail/Makefile index a17ad776f25a..73e22e24c6bb 100644 --- a/mail/p5-Mojolicious-Plugin-Mail/Makefile +++ b/mail/p5-Mojolicious-Plugin-Mail/Makefile @@ -14,7 +14,9 @@ LICENSE= ART10 GPLv1 LICENSE_COMB= dual BUILD_DEPENDS= ${RUN_DEPENDS} -RUN_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious +RUN_DEPENDS= p5-Mojolicious>=0:${PORTSDIR}/www/p5-Mojolicious \ + p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \ + p5-MIME-EncWords>=0:${PORTSDIR}/mail/p5-MIME-EncWords NO_ARCH= yes USES= perl5 |