Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Dec 2016 17:16:08 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r428141 - branches/2016Q4/security/py-cryptography
Message-ID:  <201612081716.uB8HG8XQ063399@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Thu Dec  8 17:16:08 2016
New Revision: 428141
URL: https://svnweb.freebsd.org/changeset/ports/428141

Log:
  MFH: r428140
  
  Unbreak
  
  With hat:	portmgr

Modified:
  branches/2016Q4/security/py-cryptography/Makefile
Directory Properties:
  branches/2016Q4/   (props changed)

Modified: branches/2016Q4/security/py-cryptography/Makefile
==============================================================================
--- branches/2016Q4/security/py-cryptography/Makefile	Thu Dec  8 17:15:30 2016	(r428140)
+++ branches/2016Q4/security/py-cryptography/Makefile	Thu Dec  8 17:16:08 2016	(r428141)
@@ -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?201612081716.uB8HG8XQ063399>