From 4f511a59f3a72377c710e62d195e3a0c7d580839 Mon Sep 17 00:00:00 2001 From: David Naylor Date: Tue, 22 Nov 2016 13:31:47 +0000 Subject: [PATCH] lang/pypy: unbreak with libressl PyPy now supports libressl (aka openssl 1.1). Submitted by: benjamin@bureaucracy.de --- lang/pypy/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lang/pypy/Makefile b/lang/pypy/Makefile index f3f2c1e1a56b..5a862d6ccc31 100644 --- a/lang/pypy/Makefile +++ b/lang/pypy/Makefile @@ -61,10 +61,6 @@ PLIST= ${.CURDIR}/pkg-plist .include "${MASTERDIR}/bsd.pypy.mk" .include -.if ${SSL_DEFAULT:Mlibressl*} -IGNORE= Detected LibreSSL which is interpreted as unsupported OpenSSL > v1.1 -.endif - .if ${ARCH} == "i386" || ${ARCH} == "armv6" PYPY_BITS= 32 .elif ${ARCH} == "amd64" || ${ARCH} == "powerpc64"