svn commit: r401123 - head/security/py-m2crypto

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Mon Nov 9 18:43:10 UTC 2015


Author: sunpoet
Date: Mon Nov  9 18:43:08 2015
New Revision: 401123
URL: https://svnweb.freebsd.org/changeset/ports/401123

Log:
  - Mark IGNORE on FreeBSD 9.x

Modified:
  head/security/py-m2crypto/Makefile

Modified: head/security/py-m2crypto/Makefile
==============================================================================
--- head/security/py-m2crypto/Makefile	Mon Nov  9 18:43:04 2015	(r401122)
+++ head/security/py-m2crypto/Makefile	Mon Nov  9 18:43:08 2015	(r401123)
@@ -27,4 +27,10 @@ PLIST_FILES=	%%PYTHON_SITELIBDIR%%/M2Cry
 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>


More information about the svn-ports-all mailing list