diff options
Diffstat (limited to 'mail/assp/Makefile')
-rw-r--r-- | mail/assp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/assp/Makefile b/mail/assp/Makefile index a0030288a520..02ff64d2f297 100644 --- a/mail/assp/Makefile +++ b/mail/assp/Makefile @@ -123,7 +123,7 @@ RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SS .endif .if !defined(WITHOUT_IPV6) -RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-INET6 +RUN_DEPENDS+= ${SITE_PERL}/IO/Socket/INET6.pm:${PORTSDIR}/net/p5-IO-Socket-INET6 .endif EXTRACT_AFTER_ARGS= -d ${PORTNAME}-${PORTVERSION} |