diff options
author | itetcu <itetcu@FreeBSD.org> | 2011-06-04 13:56:55 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2011-06-04 13:56:55 +0800 |
commit | 99baae16c8f436210d35e7ad4dd01de88a4ac949 (patch) | |
tree | fd0da5d4a5eb6462605deb29a708e06c6f482d96 /net/sendemail | |
parent | 4c8bf037535f0c1a6a7e6fa5d45e85ae65c6329f (diff) | |
download | freebsd-ports-graphics-99baae16c8f436210d35e7ad4dd01de88a4ac949.tar.gz freebsd-ports-graphics-99baae16c8f436210d35e7ad4dd01de88a4ac949.tar.zst freebsd-ports-graphics-99baae16c8f436210d35e7ad4dd01de88a4ac949.zip |
With IO-Socket-INET6 upgraded, there's no conflict anymore, so remove BROKEN.
Diffstat (limited to 'net/sendemail')
-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} |