svn commit: r428141 - branches/2016Q4/security/py-cryptography
Antoine Brodin
antoine at FreeBSD.org
Thu Dec 8 17:16:09 UTC 2016
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
More information about the svn-ports-branches
mailing list