From 19207050ecf9f92c7f91f18506bcae88c44f90ea Mon Sep 17 00:00:00 2001 From: Sunpoet Po-Chuan Hsieh Date: Sun, 1 Jan 2017 19:39:21 +0000 Subject: [PATCH] Remove outdated OSVERSION check --- security/py-m2crypto/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 1f972ad22a47..86bd44bcfa79 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -20,13 +20,7 @@ PYDISTUTILS_BUILDARGS= build_ext --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bi USE_PYTHON= autoplist concurrent distutils USES= python ssl -.include - -.if ${OSVERSION} < 1000000 && ${SSL_DEFAULT} == base -IGNORE= py-m2crypto requires OpenSSL 1.0.1e+ -.endif - post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/__m2crypto.so -.include +.include