Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Dec 2015 13:29:30 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402825 - head/mail/p5-Mojolicious-Plugin-Mail
Message-ID:  <201512021329.tB2DTUn7084770@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mat
Date: Wed Dec  2 13:29:30 2015
New Revision: 402825
URL: https://svnweb.freebsd.org/changeset/ports/402825

Log:
  Add two dependencies forgotten in the previous commit.
  
  Pointy hat to:	mat
  Sponsored by:	Absolight

Modified:
  head/mail/p5-Mojolicious-Plugin-Mail/Makefile

Modified: head/mail/p5-Mojolicious-Plugin-Mail/Makefile
==============================================================================
--- head/mail/p5-Mojolicious-Plugin-Mail/Makefile	Wed Dec  2 13:22:17 2015	(r402824)
+++ head/mail/p5-Mojolicious-Plugin-Mail/Makefile	Wed Dec  2 13:29:30 2015	(r402825)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512021329.tB2DTUn7084770>