From 9fc8ca670513f40250b3db19e7076411c32f99e2 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Thu, 17 Apr 2014 11:46:42 +0200 Subject: [PATCH] security/p5-IO-Socket-SSL - Remove INET6 references --- security/p5-IO-Socket-SSL/Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/security/p5-IO-Socket-SSL/Makefile b/security/p5-IO-Socket-SSL/Makefile index 0616e3c15..7f76dca40 100644 --- a/security/p5-IO-Socket-SSL/Makefile +++ b/security/p5-IO-Socket-SSL/Makefile @@ -11,7 +11,11 @@ HOMEPAGE= http://search.cpan.org/dist/IO-Socket-SSL/ COMMENT= Perl5 SSL socket interface class LICENSE= ${PERL5_LICENSE} +.include "../../mk/bsd.prefs.mk" + +.if !(${OPSYS} == "NetBSD" && ${OS_VARIANT} == "Minix") DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6 +.endif DEPENDS+= p5-Net-LibIDN-[0-9]*:../../net/p5-Net-LibIDN DEPENDS+= p5-Net-SSLeay>=1.33:../../security/p5-Net-SSLeay