From 5f6ccf928c452bf733d14dc1eeccd8b9077b50cc Mon Sep 17 00:00:00 2001 From: sunpoet Date: Sun, 1 Jan 2017 19:39:21 +0000 Subject: Remove outdated OSVERSION check --- security/py-m2crypto/Makefile | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'security') 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 -- cgit