diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2011-06-04 05:56:55 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2011-06-04 05:56:55 +0000 |
commit | 2feeb2439e7ed4717e0645b7f9917b582d16e0f0 (patch) | |
tree | bcf1621a2eabce36faa126732927fff1a84a3ddb /net | |
parent | 57a25d6e33994c1c6bfbade83ee72130d61091e6 (diff) | |
download | ports-2feeb2439e7ed4717e0645b7f9917b582d16e0f0.tar.gz ports-2feeb2439e7ed4717e0645b7f9917b582d16e0f0.zip |
Notes
Diffstat (limited to 'net')
-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 40c64eb6997a..62d5ce61a855 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} |