diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:43:08 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-11-10 02:43:08 +0800 |
commit | 0fc576c834768b9b4fb2b94bdd154e9287b14950 (patch) | |
tree | 44590c22201d53a850e153c2cf67ce2332b1dd28 | |
parent | 6f10a76de8108391dbd62cfc72718753531fd944 (diff) | |
download | freebsd-ports-gnome-0fc576c834768b9b4fb2b94bdd154e9287b14950.tar.gz freebsd-ports-gnome-0fc576c834768b9b4fb2b94bdd154e9287b14950.tar.zst freebsd-ports-gnome-0fc576c834768b9b4fb2b94bdd154e9287b14950.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> |