aboutsummaryrefslogtreecommitdiffstats
path: root/irc
diff options
context:
space:
mode:
Diffstat (limited to 'irc')
-rw-r--r--irc/sirc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/sirc/Makefile b/irc/sirc/Makefile
index b0d9f559c985..fa09ba0acb05 100644
--- a/irc/sirc/Makefile
+++ b/irc/sirc/Makefile
@@ -34,7 +34,7 @@ PORTDOCS= ChangeLog PROGRAMMING README
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_IPV6)
-RUN_DEPENDS= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6
+RUN_DEPENDS= p5-IO-Socket-INET6:${PORTSDIR}/net/p5-IO-Socket-INET6
EXTRA_PATCHES= ${PATCHDIR}/dsirc-ipv6
.else
EXTRA_PATCHES= ${PATCHDIR}/dsirc-minimal