Date: Thu, 29 May 2014 14:12:12 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355699 - head/devel/git Message-ID: <201405291412.s4TECCFr028594@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wxs Date: Thu May 29 14:12:12 2014 New Revision: 355699 URL: http://svnweb.freebsd.org/changeset/ports/355699 QAT: https://qat.redports.org/buildarchive/r355699/ Log: Add dependencies for send-email. Noticed by: sbruno@ Modified: head/devel/git/Makefile Modified: head/devel/git/Makefile ============================================================================== --- head/devel/git/Makefile Thu May 29 13:49:23 2014 (r355698) +++ head/devel/git/Makefile Thu May 29 14:12:12 2014 (r355699) @@ -73,7 +73,9 @@ USES+= perl5 MAKE_ENV+= PERL_PATH=${PERL} BUILD_DEPENDS+= p5-Error>=0:${PORTSDIR}/lang/p5-Error RUN_DEPENDS+= p5-Error>=0:${PORTSDIR}/lang/p5-Error \ - p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL + p5-Net-SMTP-SSL>=0:${PORTSDIR}/mail/p5-Net-SMTP-SSL \ + p5-MIME-Base64>=0:${PORTSDIR}/converters/p5-MIME-Base64 \ + p5-Authen-SASL>=0:${PORTSDIR}/security/p5-Authen-SASL PLIST_SUB+= PERLSUB="" .else MAKE_ARGS+= NO_PERL=1
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405291412.s4TECCFr028594>