diff options
-rw-r--r-- | net/sendemail/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net/sendemail/Makefile b/net/sendemail/Makefile index 40c64eb6997..62d5ce61a85 100644 --- a/net/sendemail/Makefile +++ b/net/sendemail/Makefile @@ -30,10 +30,6 @@ RUN_DEPENDS+= p5-IO-Socket-SSL>=0:${PORTSDIR}/security/p5-IO-Socket-SSL RUN_DEPENDS+= p5-Crypt-SSLeay>=0:${PORTSDIR}/security/p5-Crypt-SSLeay .endif -.if ${PERL_LEVEL} >= 501400 -BROKEN= port's IPv6 support conflicts with perl's built-in one -.endif - post-patch: @${REINPLACE_CMD} -e "s,/usr/bin/perl,${PERL},g" \ ${WRKSRC}/${PORTNAME} |