Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Dec 2012 07:50:05 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r308415 - head/www/p5-HTTP-Tiny
Message-ID:  <201212070750.qB77o5Q1050060@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sunpoet
Date: Fri Dec  7 07:50:04 2012
New Revision: 308415
URL: http://svnweb.freebsd.org/changeset/ports/308415

Log:
  - Add missing trailing backslash
  
  Notified by:	cperciva, matthew
  Feature safe:	yes

Modified:
  head/www/p5-HTTP-Tiny/Makefile

Modified: head/www/p5-HTTP-Tiny/Makefile
==============================================================================
--- head/www/p5-HTTP-Tiny/Makefile	Fri Dec  7 07:13:56 2012	(r308414)
+++ head/www/p5-HTTP-Tiny/Makefile	Fri Dec  7 07:50:04 2012	(r308415)
@@ -24,9 +24,9 @@ MAN3=		HTTP::Tiny.3
 .include <bsd.port.options.mk>
 
 .if ${PORT_OPTIONS:MHTTPS}
-BUILD_DEPENDS+=	p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay
+BUILD_DEPENDS+=	p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay \
 		p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA
-RUN_DEPENDS+=	p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay
+RUN_DEPENDS+=	p5-Net-SSLeay>=1.49:${PORTSDIR}/security/p5-Net-SSLeay \
 		p5-Mozilla-CA>=20120823:${PORTSDIR}/www/p5-Mozilla-CA
 .endif
 



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