lang/pypy: unbreak with libressl

PyPy now supports libressl (aka openssl 1.1).

Submitted by:   benjamin@bureaucracy.de
This commit is contained in:
David Naylor 2016-11-22 13:31:47 +00:00
parent 7efd036af9
commit 4f511a59f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426824

View File

@ -61,10 +61,6 @@ PLIST= ${.CURDIR}/pkg-plist
.include "${MASTERDIR}/bsd.pypy.mk"
.include <bsd.port.pre.mk>
.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"