Date: Thu, 8 Dec 2016 17:15:30 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428140 - head/security/py-cryptography Message-ID: <201612081715.uB8HFUc1063262@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Thu Dec 8 17:15:30 2016 New Revision: 428140 URL: https://svnweb.freebsd.org/changeset/ports/428140 Log: Unbreak With hat: portmgr MFH: 2016Q4 Modified: head/security/py-cryptography/Makefile Modified: head/security/py-cryptography/Makefile ============================================================================== --- head/security/py-cryptography/Makefile Thu Dec 8 17:08:55 2016 (r428139) +++ head/security/py-cryptography/Makefile Thu Dec 8 17:15:30 2016 (r428140) @@ -27,11 +27,6 @@ USE_PYTHON= autoplist distutils CFLAGS+= -I${OPENSSLINC} LDFLAGS+= -L${OPENSSLLIB} -# Modern py-cyptography requires newer OpenSSL -.if ${OSVERSION} < 1000000 -WITH_OPENSSL_PORT= yes -.endif - .include <bsd.port.pre.mk> .if ${PYTHON_REL} < 3300
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612081715.uB8HFUc1063262>