diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2016-12-08 17:15:30 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2016-12-08 17:15:30 +0000 |
commit | 824a8c2ae601c57eee8df6bd829b3eaf6dc50795 (patch) | |
tree | dc55b2f35aff8d911d15c80fd1f9c2fb62fa4adc | |
parent | security/py-pycryptography: Fix build on FreeBSD 9.3 (diff) |
Unbreak
With hat: portmgr
MFH: 2016Q4
Notes
Notes:
svn path=/head/; revision=428140
-rw-r--r-- | security/py-cryptography/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/security/py-cryptography/Makefile b/security/py-cryptography/Makefile index 7ca02284626f..9fc184a00ef1 100644 --- a/security/py-cryptography/Makefile +++ b/security/py-cryptography/Makefile @@ -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 |