Add p5-Socket6 to RUN_DEPENDS if using WITH_IPV6

Feature safe:	yes
This commit is contained in:
Martin Matuska 2012-03-16 16:05:05 +00:00
parent 3421be934f
commit b55d3ed8cb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=293414

View file

@ -41,6 +41,7 @@ MAN3= Net::Server.3 \
.include <bsd.port.options.mk>
.if defined(WITH_IPV6)
RUN_DEPENDS+= p5-Socket6>=0.23:${PORTSDIR}/net/p5-Socket6
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ipv6-support
.endif