- Fix typo in previous commit

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2012-07-13 06:03:28 +00:00
parent c1e89281c2
commit 7bc6bce0c2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=300820

View file

@ -144,7 +144,7 @@ BUILD_DEPENDS+= p5-IO-Socket-IP>=0.16:${PORTSDIR}/net/p5-IO-Socket-IP
RUN_DEPENDS+= p5-IO-Socket-IP>=0.16:${PORTSDIR}/net/p5-IO-Socket-IP
.endif
.if ${PORT_OPTIONS:MIPV6}
.if ${PORT_OPTIONS:MTLS}
BUILD_DEPENDS+= p5-IO-Socket-SSL>=1.75:${PORTSDIR}/security/p5-IO-Socket-SSL
RUN_DEPENDS+= p5-IO-Socket-SSL>=1.75:${PORTSDIR}/security/p5-IO-Socket-SSL
.endif