diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-09 18:43:08 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-11-09 18:43:08 +0000 |
commit | e72adbae31a53e0e4d384464f1f35c799fc0ed9a (patch) | |
tree | 44590c22201d53a850e153c2cf67ce2332b1dd28 | |
parent | 6ad6aebd74a97f219b6c1b9a29e51a62329ee5d5 (diff) | |
download | freebsd-ports-e72adbae31a53e0e4d384464f1f35c799fc0ed9a.zip |
- Mark IGNORE on FreeBSD 9.x
-rw-r--r-- | security/py-m2crypto/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/security/py-m2crypto/Makefile b/security/py-m2crypto/Makefile index 505ee819b83e..6cc5c766396b 100644 --- a/security/py-m2crypto/Makefile +++ b/security/py-m2crypto/Makefile @@ -27,4 +27,10 @@ PLIST_FILES= %%PYTHON_SITELIBDIR%%/M2Crypto/_m2crypto.py \ post-install: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/M2Crypto/__m2crypto.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 1000000 && !defined(WITH_OPENSSL_PORT) +IGNORE= py-m2crypto requires OpenSSL 1.0.1e+ +.endif + +.include <bsd.port.post.mk> |