svn commit: r428140 - head/security/py-cryptography

Antoine Brodin antoine at FreeBSD.org
Thu Dec 8 17:15:31 UTC 2016


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


More information about the svn-ports-head mailing list