diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-01-02 03:39:21 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-01-02 03:39:21 +0800 |
commit | 5f6ccf928c452bf733d14dc1eeccd8b9077b50cc (patch) | |
tree | 6a34cbe874ef426b142072e5ae549513cfc32350 | |
parent | a6a3d8bf9a707089c628be88c0653916893ef87e (diff) | |
download | freebsd-ports-gnome-5f6ccf928c452bf733d14dc1eeccd8b9077b50cc.tar.gz freebsd-ports-gnome-5f6ccf928c452bf733d14dc1eeccd8b9077b50cc.tar.zst freebsd-ports-gnome-5f6ccf928c452bf733d14dc1eeccd8b9077b50cc.zip |
Remove outdated OSVERSION check
-rw-r--r-- | security/py-m2crypto/Makefile | 8 |
1 files changed, 1 insertions, 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 <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> |