Remove outdated OSVERSION check

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2017-01-01 19:39:21 +00:00
parent 802bc7c933
commit 19207050ec
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=430279

View File

@ -20,13 +20,7 @@ PYDISTUTILS_BUILDARGS= build_ext --openssl=${OPENSSLBASE} --swig=${LOCALBASE}/bi
USE_PYTHON= autoplist concurrent distutils
USES= python ssl
.include <bsd.port.pre.mk>
.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 <bsd.port.post.mk>
.include <bsd.port.mk>